Skip to content

trackkit / providers/umami/types / ResolvedUmamiOptions

Type Alias: ResolvedUmamiOptions

ResolvedUmamiOptions = RequiredExcept<UmamiOptions, "site">

Defined in: providers/umami/types.ts:32

Internal

Umami options after normalisation and defaulting.

Guarantees that website is set and normalised, while site remains optional.

Released under the MIT License.