_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 {
|
export interface Row extends Document {
|
||||||
type?: string
|
type?: string
|
||||||
tableId?: string
|
tableId?: string
|
||||||
viewId?: string
|
_viewId?: string
|
||||||
[key: string]: any
|
[key: string]: any
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue