EntityClassType<T> Type Alias
EntityClassType = Function & { prototype: T }
Parameter type that can accept both abstract constructor types and non-abstract constructor types for instanceof
to test.
Defined in
- core/backend/src/Entity.ts Line 157
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.