@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabelLayouts = void 0;
/** @description Label sizes */
var LabelLayouts;
(function (LabelLayouts) {
/** @description 4x6 inches */
LabelLayouts["FourBySix"] = "4x6";
/** @description 8.5x11 inches */
LabelLayouts["Letter"] = "letter";
/** @description A4 layout */
LabelLayouts["A4"] = "A4";
/** @description A6 layout */
LabelLayouts["A6"] = "A6";
})(LabelLayouts || (exports.LabelLayouts = LabelLayouts = {}));
//# sourceMappingURL=label-layouts.js.map