Fix TS error
This commit is contained in:
parent
3f15216f9a
commit
66d7fb23b8
|
@ -14,7 +14,7 @@ export interface RowEndpoints {
|
||||||
saveRow: (
|
saveRow: (
|
||||||
row: Row,
|
row: Row,
|
||||||
suppressErrors?: boolean
|
suppressErrors?: boolean
|
||||||
) => Promise<PatchRowResponse | null>
|
) => Promise<PatchRowResponse | undefined>
|
||||||
patchRow: (
|
patchRow: (
|
||||||
row: PatchRowRequest,
|
row: PatchRowRequest,
|
||||||
suppressErrors?: boolean
|
suppressErrors?: boolean
|
||||||
|
|
Loading…
Reference in New Issue