The key value type

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

Indexable

[id: string]: any