_viewId instead of viewId

This commit is contained in:
Adria Navarro 2023-07-26 15:31:44 +02:00
parent 508e30edae
commit 292bb2ad62
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ export interface RowAttachment {
export interface Row extends Document {
type?: string
tableId?: string
viewId?: string
_viewId?: string
[key: string]: any
}