Dict<T>: {
    [keys: string]: T;
}

A simple dictionary type.

Type Parameters

  • T

Type declaration

  • [keys: string]: T

Generated using TypeDoc