interface IMapOf {
    [key: string]: T;
}

Type Parameters

  • T

Indexable

[key: string]: T

Generated using TypeDoc