1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

Fix build

This commit is contained in:
Adria Navarro 2024-05-24 14:04:50 +02:00
parent cef0fdd3ea
commit ee77e08b3c

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 }