Skip to content

InferTableDataFromFields

InferTableDataFromFields<TFields> = InferShapeFromFields<TFields> & object

Defined in: types.ts:173

Infers the data shape for a table record, including the mandatory ‘id’ field

id: RecordId<string>

TFields extends Record<string, FieldDefinition<unknown>>