Interface Hash<T>

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

Type Parameters

  • T

Implemented by

Indexable

[key: string]: T