mobx-keystone
    Preparing search index...

    Type Alias ModelPropStoredCreationValue<MP>

    ModelPropStoredCreationValue: MP extends {
        $storedCreationValueType: infer TStoredCreationValue;
    }
        ? TStoredCreationValue
        : MP["$creationValueType"]

    Type Parameters