Type alias Constructable<Entity>

Constructable<Entity>: (abstract new (...args) => Entity)

Type Parameters

  • Entity

Type declaration

    • abstract new (...args): Entity
    • Abstract

      Parameters

      • Rest ...args: any[]

      Returns Entity

Generated using TypeDoc