Skip to main content

DataType Type

In This Article

#Declaration

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

#Members

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