Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHash<T>

A hash type for use in interfaces.

interface

Type parameters

  • T

Hierarchy

  • IHash

Indexable

[key: string]: T

Key must be string, value must be of type T.

Generated using TypeDoc