Interface Dictionary<T>

Represents a dictionary object with string keys and values of type T. Useful for creating objects with dynamic keys.

Type Parameters

  • T = any

    The type of values in the dictionary.

Indexable

  • [key: string]: T