UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

10 lines 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabelDownloadSchema = void 0; const tslib_1 = require("tslib"); const joi_1 = tslib_1.__importDefault(require("joi")); const resource_download_schema_1 = require("../resource-download-schema"); exports.LabelDownloadSchema = resource_download_schema_1.ResourceDownloadSchema.keys({ label_data: joi_1.default.string().optional().empty(), }); //# sourceMappingURL=label-download-schema.js.map