UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

11 lines 506 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetServicePointsResponse = void 0; const base_response_1 = require("./base-response"); /** @description Basic structure for a response to get service points */ class GetServicePointsResponse extends base_response_1.BaseResponse { /** @description The resulting service points */ service_points; } exports.GetServicePointsResponse = GetServicePointsResponse; //# sourceMappingURL=get-service-points-response.js.map