Interface IConfig

Properties of a Config.

Hierarchy

  • IConfig

Implemented by

Properties

Properties

field?: null | {
    [k: string]: IField;
}

Config field

Type declaration

version?: null | number

Config version

Generated using TypeDoc