@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResourceDownload = void 0;
/** @description Basic structure for a resource to download */
class ResourceDownload {
/** @deprecated This property is not used by the platform */
href;
/** @description Base64 encoded data for the resource */
data;
}
exports.ResourceDownload = ResourceDownload;
//# sourceMappingURL=resource-download.js.map