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 {
Row,
Table,
TableRequest,
View,
ViewV2Enriched,
} from "../../../documents"
import { Row, Table, TableRequest, View } from "../../../documents"
import { ViewV2Enriched } from "../../../sdk"
export type TableViewsResponse = { [key: string]: View | ViewV2Enriched }