mobyo-interfaces
Version:
Interfaces de Projetos Mobyo
12 lines (11 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EGtintype = void 0;
var EGtintype;
(function (EGtintype) {
EGtintype["ZERO"] = "SEM GTIN";
EGtintype["EIGHT"] = "8";
EGtintype["TWELVE"] = "12";
EGtintype["THIRTEEN"] = "13";
EGtintype["FOURTEEN"] = "14";
})(EGtintype || (exports.EGtintype = EGtintype = {}));