Skip to Content

TConfig

Type alias representing the full config object: section -> key/value map.

Defined in: src/modules/config/type/type.ts

type TConfig = Record<string, TConfigItem>;

A mapping where keys are section names and values are TConfigItem objects containing configuration key-value pairs.

Last updated on