Skip to main content

DataType Type

Declaration

export type DataType = "Text" | "DateTime" | "Bool" | "Integer" | "Float" | "Double" | "Decimal"

Members

Name
"Text"
"DateTime"
"Bool"
"Integer"
"Float"
"Double"
"Decimal"