interface EasilyMappedObject {
    [key: string]: string | number;
}

Indexable

[key: string]: string | number