Add view id to row

This commit is contained in:
Adria Navarro 2023-07-26 12:20:23 +02:00
parent f6e6243c81
commit 9bb1cfcc7a
1 changed files with 1 additions and 0 deletions

View File

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