InferTableDataFromFields
InferTableDataFromFields<
TFields
> =InferShapeFromFields
<TFields
> &object
Defined in: types.ts:173
Infers the data shape for a table record, including the mandatory ‘id’ field
Type declaration
Section titled “Type declaration”id:
RecordId
<string
>
Type Parameters
Section titled “Type Parameters”TFields
Section titled “TFields”TFields
extends Record
<string
, FieldDefinition
<unknown
>>