UNPKG

geenee-spell

Version:

regenerates project code based upon settings and a template

17 lines (16 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EDIT = exports.EDIT_OPTIONS = exports.TO_EDIT = exports.DELETE = exports.ADD_NEW = exports.DONE = exports.types = void 0; exports.types = { LIST: 'list', SET: 'set', BOOLEAN: 'boolean', STRING: 'string', TOP_LEVEL: 'topLevel', }; exports.DONE = 'done'; exports.ADD_NEW = 'addNew'; exports.DELETE = 'delete'; exports.TO_EDIT = 'toEdit'; exports.EDIT_OPTIONS = 'editOptions'; exports.EDIT = 'edit';