Skip to main content

Type Alias: ModelUntransformedCreationData<M>

type ModelUntransformedCreationData<M> = ModelPropsToUntransformedCreationData<ModelPropsOf<M>>;

The creation data type of a model, without transformations applied.

Type Parameters​

Type Parameter
M extends ModelWithProps