UNPKG

ticatec-node-common-library

Version:

A set of common classes for node express apps.

13 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FieldType = void 0; /** * 字段的类型 */ var FieldType; (function (FieldType) { FieldType["Text"] = "Text"; FieldType["Number"] = "Number"; FieldType["Date"] = "Date"; })(FieldType = exports.FieldType || (exports.FieldType = {})); //# sourceMappingURL=Field.js.map