UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

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