1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00

FieldTypes from @budibase/types

This commit is contained in:
Adria Navarro 2023-09-20 16:41:55 +02:00
parent 2ce9f850d9
commit 69b6edb1e7

View file

@ -1,17 +1,5 @@
export const FieldTypes = {
STRING: "string",
BARCODEQR: "barcodeqr",
LONGFORM: "longform",
OPTIONS: "options",
NUMBER: "number",
BOOLEAN: "boolean",
ARRAY: "array",
DATETIME: "datetime",
ATTACHMENT: "attachment",
LINK: "link",
FORMULA: "formula",
JSON: "json",
}
import { FieldType as FieldTypes } from "@budibase/types"
export { FieldType as FieldTypes } from "@budibase/types"
export const UnsortableTypes = [
FieldTypes.FORMULA,