UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

10 lines 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InboundDataContentTypes = void 0; /** @description Types of inbound content */ var InboundDataContentTypes; (function (InboundDataContentTypes) { /** @description Tracking information */ InboundDataContentTypes["Tracking"] = "tracking"; })(InboundDataContentTypes || (exports.InboundDataContentTypes = InboundDataContentTypes = {})); //# sourceMappingURL=inbound-content-types.js.map