EntityClassType<T> Type alias
Parameter type that can accept both abstract constructor types and non-abstract constructor types for instanceof
to test.
EntityClassType = Function & { prototype: T }
Defined in
- backend/src/Entity.ts Line 163
Last Updated: 20 June, 2023