ModelInstance
ModelInstance<
TData
> =BaseTable
<TData
> &TData
Defined in: types.ts:265
Base type for an instance of a model (a single record).
Type Parameters
Section titled “Type Parameters”TData
extends Record
<string
, unknown
>
The shape of the record’s data (fields).