UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

12 lines 441 B
"use strict"; 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"; })(LabelLayouts || (exports.LabelLayouts = LabelLayouts = {})); //# sourceMappingURL=label-layouts.js.map