mobyo-interfaces
Version:
Interfaces de Projetos Mobyo
16 lines (15 loc) • 715 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EBarcodeFormat = void 0;
var EBarcodeFormat;
(function (EBarcodeFormat) {
EBarcodeFormat["CODE_4_PRICE_5"] = "FCCCCTTTTT";
EBarcodeFormat["CODE_4_PRICE_6"] = "FCCCCTTTTTT";
EBarcodeFormat["CODE_4_WEIGHT"] = "FCCCCPPPPP";
EBarcodeFormat["CODE_5_PRICE_5"] = "FCCCCCTTTTT";
EBarcodeFormat["CODE_5_PRICE_6"] = "FCCCCCTTTTTT";
EBarcodeFormat["CODE_5_WEIGHT"] = "FCCCCCPPPPP";
EBarcodeFormat["CODE_6_PRICE_5"] = "FCCCCCCTTTTT";
EBarcodeFormat["CODE_6_PRICE_6"] = "FCCCCCCTTTTTT";
EBarcodeFormat["CODE_6_WEIGHT"] = "FCCCCCCPPPPP";
})(EBarcodeFormat || (exports.EBarcodeFormat = EBarcodeFormat = {}));