Type Alias EntityClass<T>

EntityClass: new () => T & typeof default

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

Type Parameters

  • T