DataType Type
Declaration
export type DataType = "Text" | "DateTime" | "Bool" | "Integer" | "Float" | "Double" | "Decimal"
Members
Name |
---|
"Text" |
"DateTime" |
"Bool" |
"Integer" |
"Float" |
"Double" |
"Decimal" |
export type DataType = "Text" | "DateTime" | "Bool" | "Integer" | "Float" | "Double" | "Decimal"
Name |
---|
"Text" |
"DateTime" |
"Bool" |
"Integer" |
"Float" |
"Double" |
"Decimal" |
No
Your feedback is appreciated.