@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
18 lines • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GeolocationType = exports.GeolocationItem = void 0;
/** @description Geolocation additional information for an address. */
class GeolocationItem {
/** @description Specifies the supported geolocation types. */
type;
/** @description The geolocation value. */
value;
}
exports.GeolocationItem = GeolocationItem;
/** @description Supported geolocation types. */
var GeolocationType;
(function (GeolocationType) {
/** @description what3words field to help identify the location */
GeolocationType["what3words"] = "what3words";
})(GeolocationType || (exports.GeolocationType = GeolocationType = {}));
//# sourceMappingURL=geolocation-item.js.map