Skip to content

Type Alias: InferConfigType<T>

ts
type InferConfigType<T> = ExtractSections<T> & keyof ExtractTopLevelItems<T> extends never ? Record<string, never> : object;

Defined in: packages/config-bound/src/configBound.ts:76

Type Parameters

Type Parameter
T