Add view id to row
This commit is contained in:
parent
f6e6243c81
commit
9bb1cfcc7a
|
@ -30,5 +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
|
||||||
[key: string]: any
|
[key: string]: any
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue