Type Alias Dict<V, K>

Dict: Record<K, V>

Key/value pair with key of valid DictKey.

Type Parameters

  • V

    Type of value in the object.

  • K extends DictKey = string

    Type of key in the object.