Skip to content

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)

TTableData extends object