Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStringMap<T>

A simple interface representing a JavaScript object with strings for keys.

Type parameters

  • T

Hierarchy

  • IStringMap

Indexable

[key: string]: T

A simple interface representing a JavaScript object with strings for keys.

Generated using TypeDoc