Interface IObjectOf<T>

Generic plain object with all key values of given type.

interface IObjectOf<T> {
    [id: string]: T;
}

Type Parameters

  • T

Indexable

[id: string]: T

Generated using TypeDoc