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