UNPKG

pdmq

Version:
22 lines (21 loc) 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FieldTypeOptions = void 0; exports.FieldTypeOptions = [ { text: "JSON", value: "json" }, { text: "String", value: "string" }, { text: "Number", value: "number" }, { text: "List", value: "list" } ];