ImmutableDictionarytype

{ readonly [K in string]: T }

Readonly dictionary object.

  • A dictionary is a plain object whose keys are arbitrary strings, all sharing the same value type.