Interface Dict

Dict the typescript string index signature.

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

Indexable

[id: string]: any