Skip to content

trackkit / index / ResolvedProviderOptions

Type Alias: ResolvedProviderOptions

ResolvedProviderOptions = ResolvedNoopOptions | ResolvedUmamiOptions | ResolvedPlausibleOptions | ResolvedGA4Options

Defined in: types.ts:224

Internal

Internal, normalised provider options.

Providers use these shapes after validation and defaulting has been applied. External callers should stick to ProviderOptions.

Released under the MIT License.