Skip to main content
Version: v2

ConfigTypes TypeAlias

Types supported by IConfigProviderBase.

Signature

export type ConfigTypes = string | number | boolean | number[] | string[] | boolean[] | undefined;