@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
11 lines • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetServicePointResponse = void 0;
const base_response_1 = require("./base-response");
/** @description Basic structure for a response to get a single service point by id */
class GetServicePointResponse extends base_response_1.BaseResponse {
/** @description The resulting service point */
service_point;
}
exports.GetServicePointResponse = GetServicePointResponse;
//# sourceMappingURL=get-service-point-response.js.map