Type alias ModelPropFromSnapshot<MP>

ModelPropFromSnapshot<MP>: IsNeverType<MP["$fromSnapshotOverride"], SnapshotInOf<MP["$creationValueType"]>, MP["$fromSnapshotOverride"]>

The snapshot in type of a model property.

Type Parameters