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

Indexable

[s: string]: any