cecon-interfaces
Version:
Interfaces de Projetos Cecon
10 lines (9 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EQuestionTypes = void 0;
var EQuestionTypes;
(function (EQuestionTypes) {
EQuestionTypes["product"] = "PRODUCT";
EQuestionTypes["topping"] = "TOPPING";
EQuestionTypes["observation"] = "OBSERVATION";
})(EQuestionTypes || (exports.EQuestionTypes = EQuestionTypes = {}));