Skip to content

InferConfig

InferConfig<T> = T extends ConfigManager<infer C> ? C : never

Defined in: packages/core/src/types.ts:107

Utility type to infer the configuration shape from a ConfigManager instance.

T

The ConfigManager instance type.