Type alias ValueMapType

ValueMapType: {
    [_: string]: ValueType;
}

The map type.

Type declaration

Generated using TypeDoc