Interface IAnyMap

interface IAnyMap {
    [key: string]: any;
}

Indexable

[key: string]: any

Generated using TypeDoc