@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
11 lines • 572 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServicePointResponseAddress = void 0;
const service_point_address_1 = require("../addresses/service-point-address");
/** @description The address information corresponding to a specific service point */
class ServicePointResponseAddress extends service_point_address_1.ServicePointAddress {
/** @description Description of the location */
description;
}
exports.ServicePointResponseAddress = ServicePointResponseAddress;
//# sourceMappingURL=service-point-response-address.js.map