UpdateData
UpdateData<
TTableData
> =Partial
<Omit
<TTableData
,"id"
>>
Defined in: types.ts:216
Represents the shape of data for updating a record (all fields are optional)
Type Parameters
Section titled “Type Parameters”TTableData
Section titled “TTableData”TTableData
extends object