scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
11 lines (10 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ECustomVariables = void 0;
var ECustomVariables;
(function (ECustomVariables) {
ECustomVariables["ID"] = "ID";
ECustomVariables["CUSTOM_FOOTER"] = "CUSTOM_FOOTER";
ECustomVariables["SECOND_OPINION"] = "SECOND_OPINION";
ECustomVariables["CAN_ATTACH_FILES"] = "CAN_ATTACH_FILES";
})(ECustomVariables || (exports.ECustomVariables = ECustomVariables = {}));