_viewId instead of viewId
This commit is contained in:
parent
508e30edae
commit
292bb2ad62
|
@ -30,6 +30,6 @@ export interface RowAttachment {
|
|||
export interface Row extends Document {
|
||||
type?: string
|
||||
tableId?: string
|
||||
viewId?: string
|
||||
_viewId?: string
|
||||
[key: string]: any
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue