The natural result row for a freshly initiated query against an entity.
For ordinary entities this is InferType<EntitySchema<T>>. For
polymorphic entities (declared via .withVariants()), this resolves to
the discriminated union of all variant rows, so:
The natural result row for a freshly initiated query against an entity.
For ordinary entities this is
InferType<EntitySchema<T>>. For polymorphic entities (declared via.withVariants()), this resolves to the discriminated union of all variant rows, so: