Skip to content

IFlatConfig

Defined in: src/types/IFlatConfig.ts:23

The result of Configuard.parseFlat().

@

@: Record<string, string[]>

Defined in: src/types/IFlatConfig.ts:29

Resolved “option lists”, keyed by the option-list name (the key without its leading @). Each list is a string array of trimmed, uncast values, ready to populate an admin UI (e.g. a select/dropdown).


configList: IFlatConfigItem[]

Defined in: src/types/IFlatConfig.ts:34

The flattened configuration list: the same rows as the input, with value templates resolved and options references expanded.