Type Alias EntityInstance<T>

EntityInstance: Omit<T, RelationshipAttributeNames<T>>

Entity class instance with attributes excluding relationship attributes

Type Parameters