Type Alias ModelInstance<TData, TVirtual>

Concrete instance shape exported to application code. Combines the stored fields inferred from the manifest (TData), any virtual/computed fields (TVirtual), and the shared DAL behaviours defined in ModelInstanceCore.

Type Parameters