Fix types
This commit is contained in:
parent
da6136a108
commit
1b2ce184d9
|
@ -40,7 +40,8 @@ describe("/v2/views", () => {
|
||||||
order: SortOrder.DESCENDING,
|
order: SortOrder.DESCENDING,
|
||||||
type: SortType.STRING,
|
type: SortType.STRING,
|
||||||
},
|
},
|
||||||
columns: {
|
columns: ["name"],
|
||||||
|
schemaUI: {
|
||||||
name: {
|
name: {
|
||||||
visible: true,
|
visible: true,
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
import { HTTPError, context } from "@budibase/backend-core"
|
import { HTTPError, context } from "@budibase/backend-core"
|
||||||
import {
|
import { FieldSchema, TableSchema, View, ViewV2 } from "@budibase/types"
|
||||||
FieldSchema,
|
|
||||||
TableSchema,
|
|
||||||
UIFieldMetadata,
|
|
||||||
View,
|
|
||||||
ViewV2,
|
|
||||||
} from "@budibase/types"
|
|
||||||
|
|
||||||
import sdk from "../../../sdk"
|
import sdk from "../../../sdk"
|
||||||
import * as utils from "../../../db/utils"
|
import * as utils from "../../../db/utils"
|
||||||
|
|
Loading…
Reference in New Issue