Fix build

This commit is contained in:
Adria Navarro 2024-05-24 14:04:50 +02:00
parent cef0fdd3ea
commit ee77e08b3c
1 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,5 @@
import { import { Row, Table, TableRequest, View } from "../../../documents"
Row, import { ViewV2Enriched } from "../../../sdk"
Table,
TableRequest,
View,
ViewV2Enriched,
} from "../../../documents"
export type TableViewsResponse = { [key: string]: View | ViewV2Enriched } export type TableViewsResponse = { [key: string]: View | ViewV2Enriched }