This commit is contained in:
Adria Navarro 2024-12-23 10:03:16 +01:00
parent c6d1b2be5b
commit 795da9f976
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export * from "./columns"
export * from "./datasource"
export * from "./table"

View File

@ -0,0 +1,3 @@
import { BasicViewFieldMetadata, FieldSchema } from "@budibase/types"
export type UIFieldSchema = FieldSchema & BasicViewFieldMetadata