Type Alias ModelPropFromSnapshot<MP>

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

The snapshot in type of a model property.

Type Parameters