UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 366 B
"use strict"; 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 = {}));