Type Alias ModelUntransformedData<M>

ModelUntransformedData: Flatten<M["$"]>

The data type of a model, without transformations applied.

Type Parameters

  • M extends { $: any }