UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

11 lines 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentFormat = void 0; /** @description Label data type */ var DocumentFormat; (function (DocumentFormat) { DocumentFormat["Pdf"] = "PDF"; DocumentFormat["Zpl"] = "ZPL"; DocumentFormat["Png"] = "PNG"; })(DocumentFormat || (exports.DocumentFormat = DocumentFormat = {})); //# sourceMappingURL=document-formats.js.map