interface MapLike<T> {
    [index: string]: T;
}

Type Parameters

  • T

Indexable

[index: string]: T