Fix TS error

This commit is contained in:
Andrew Kingston 2024-12-03 13:55:15 +00:00
parent 3f15216f9a
commit 66d7fb23b8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export interface RowEndpoints {
saveRow: (
row: Row,
suppressErrors?: boolean
) => Promise<PatchRowResponse | null>
) => Promise<PatchRowResponse | undefined>
patchRow: (
row: PatchRowRequest,
suppressErrors?: boolean