UNPKG

api-first-spec

Version:
15 lines (14 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataType = { ANY: "any", STRING: "string", INT: "int", LONG: "long", DOUBLE: "double", NUMBER: "number", BOOLEAN: "boolean", DATE: "date", DATETIME: "datetime", BIT: "bit" };