Options
All
  • Public
  • Public/Protected
  • All
Menu

Module types

Index

Type aliases

JSONValue: string | number | boolean | {} | JSONValue[]
TClientPlugin: (constructors: IClientConstructors) => IClientConstructors

Type declaration

TConstructor<T>: new (...args: any[]) => T

Type parameters

  • T

Type declaration

    • new (...args: any[]): T
    • Parameters

      • Rest ...args: any[]

      Returns T

TEntityConstructor<T>: TConstructor<IResourceEntity<T>>

Type parameters

TFactoryConstructor<T>: TConstructor<IResourceFactory<T>>

Type parameters

TStringValueObject: {}

Type declaration

  • [index: string]: string

Generated using TypeDoc