Type alias Dictionary<T>

Dictionary<T>: {
    [key: string]: T | undefined;
}

Type Parameters

  • T

Type declaration

  • [key: string]: T | undefined

Generated using TypeDoc