Skip to content

ModelInstance

ModelInstance<TData> = BaseTable<TData> & TData

Defined in: types.ts:265

Base type for an instance of a model (a single record).

TData extends Record<string, unknown>

The shape of the record’s data (fields).