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