Type alias ModelUntransformedData<M>

ModelUntransformedData<M>: Flatten<M["$"]>

The data type of a model, without transformations applied.

Type Parameters

  • M extends {
        $: any;
    }