Exports
This commit is contained in:
parent
c6d1b2be5b
commit
795da9f976
|
@ -1,2 +1,3 @@
|
|||
export * from "./columns"
|
||||
export * from "./datasource"
|
||||
export * from "./table"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
import { BasicViewFieldMetadata, FieldSchema } from "@budibase/types"
|
||||
|
||||
export type UIFieldSchema = FieldSchema & BasicViewFieldMetadata
|
Loading…
Reference in New Issue