Type alias Dictionary<T>

Dictionary<T>: Record<string | number | symbol, T>

Type Parameters

  • T

Generated using TypeDoc