Skip to main content

ConfigTypes TypeAlias

Types supported by IConfigProviderBase.

Signature

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