EntityConstructor<D, E>: (new (...args) => E) & {
    [k in keyof typeof Entity]: typeof Entity[k]
}

Type Parameters

Type declaration

    • new (...args): E
    • Parameters

      • Rest ...args: any[]

      Returns E

Generated using TypeDoc