UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

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