Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BasicObject<TValue>

Defines an object with string keys, and all values of TValue type.

Type parameters

  • TValue

    Type of values, stored in object's properties.

Hierarchy

Indexable

[key: string]: TValue

Defines an object with string keys, and all values of TValue type.

Generated using TypeDoc