TConfigItem
Type alias representing a map of config name/value pairs inside a section.
Defined in: src/modules/config/type/item.type.ts
type TConfigItem = Record<string, string>;A mapping where keys are configuration property names and values are their string values.
Last updated on