Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRecObj<Type>

Allows you to build an recursively nested object whose values are of type Type.

Type parameters

  • Type

Hierarchy

  • IRecObj

Indexable

[key: string]: Type | IRecObj<Type>

Allows you to build an recursively nested object whose values are of type Type.

Generated using TypeDoc