Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Constructable<EntityT>

Type parameters

Hierarchy

  • Constructable

Index

Constructors

constructor

  • new Constructable(...args: any[]): EntityT
  • Parameters

    • Rest ...args: any[]

    Returns EntityT

Properties

_allFields

_allFields: Array<Selectable<EntityT>>

_defaultServicePath

_defaultServicePath: string

_entityName

_entityName: string

_keyFields

_keyFields: Array<Selectable<EntityT>>

_keys

_keys: object

Type declaration

_serviceName

_serviceName: string

Methods

builder

requestBuilder

  • Returns RequestBuilder<EntityT>