For AI agents: visit https://lucid-developer-docs.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
const ScalarFieldTypeNames: object;
readonly 0: "ANY" = 'ANY';
readonly 1: "NUMBER" = 'NUMBER';
readonly 10: "TIMEONLY" = 'TIMEONLY';
readonly 11: "DATERANGE" = 'DATERANGE';
readonly 2: "BOOLEAN" = 'BOOLEAN';
readonly 3: "STRING" = 'STRING';
readonly 4: "COLOR" = 'COLOR';
readonly 5: "DATE" = 'DATE';
readonly 6: "NULL" = 'NULL';
readonly 7: "DICTIONARY" = 'DICTIONARY';
readonly 8: "CURRENCY" = 'CURRENCY';
readonly 9: "DATEONLY" = 'DATEONLY';