1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +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 {
type?: string
tableId?: string
viewId?: string
_viewId?: string
[key: string]: any
}