UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

10 lines 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TrackingResponse = void 0; const base_response_1 = require("./base-response"); /** @description Basic structure for a response to get tracking information */ class TrackingResponse extends base_response_1.BaseResponse { tracking_info; } exports.TrackingResponse = TrackingResponse; //# sourceMappingURL=tracking-response.js.map