diff --git a/packages/types/src/documents/app/row.ts b/packages/types/src/documents/app/row.ts index a2295c4a42..f659caf20e 100644 --- a/packages/types/src/documents/app/row.ts +++ b/packages/types/src/documents/app/row.ts @@ -30,5 +30,6 @@ export interface RowAttachment { export interface Row extends Document { type?: string tableId?: string + viewId?: string [key: string]: any }