Fix build
This commit is contained in:
parent
cef0fdd3ea
commit
ee77e08b3c
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue