Interface IStringMap

interface IStringMap {
    [key: string]: string;
}

Indexable

[key: string]: string

Generated using TypeDoc