Type alias EntityClass<T>

EntityClass<T>: (new () => T) & typeof default

Represents an instance of a class decorated with the Entity decorator in DynaRecord, encapsulating entity logic.

Type Parameters

  • T

Type declaration

    • new (): T
    • Returns T

Generated using TypeDoc