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