src/types.ts
[key: string]: ValueType
ValueType
export interface MapLike<ValueType> { [key: string]: ValueType; }