A dictionary is indexed by strings.

interface Dict {
    [index: string]: any;
}

Indexable

[index: string]: any

Generated using TypeDoc