Type alias Dict<T>

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

Type Parameters

  • T

Type declaration

  • [key: string]: T

Generated using TypeDoc