Type alias EntriesModel

EntriesModel: {
    readonly [key in string]: UcModel
}

Per-entry model of the map.

Each property corresponds to a map entry with data type implied by corresponding model.

Generated using TypeDoc