Type Alias: ModelUntransformedData<M>
type ModelUntransformedData<M> = Flatten<M["$"]>;
The data type of a model, without transformations applied.
Type Parameters
| Type Parameter |
|---|
M extends object |
type ModelUntransformedData<M> = Flatten<M["$"]>;
The data type of a model, without transformations applied.
| Type Parameter |
|---|
M extends object |