UNPKG

@ac_packages/autocode-data-dictionary

Version:

Data dictionary package

19 lines (18 loc) 451 B
export declare enum AcEnumDDFieldType { autoNumber = "auto_number", blob = "blob", date = "date", datetime = "datetime", double = "double", encrypted = "encrypted", guid = "guid", integer = "integer", json = "json", mediaJson = "media_json", password = "password", string = "string", text = "text", time = "time", timestamp = "timestamp", userDefinedFunction = "user_defined_function" }