Variable XOTemplateBaseTypesConst
XOTemplateBaseTypes: {
BIGINT: "bigint";
BOOLEAN: "boolean";
BYTES: "bytes";
INTEGER: "integer";
STRING: "string";
} = ...
Type Declaration
-
ReadonlyBIGINT: "bigint"
-
ReadonlyBOOLEAN: "boolean"
-
ReadonlyBYTES: "bytes"
-
ReadonlyINTEGER: "integer"
-
ReadonlySTRING: "string"
Values for base types declared in an XO template. Used by constants, variables, and data fields.