1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

_viewId instead of viewId

This commit is contained in:
Adria Navarro 2023-07-26 15:31:44 +02:00
parent 508e30edae
commit 292bb2ad62

View file

@ -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
} }