UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

12 lines (11 loc) 376 B
// src/gen/interface/components/enumeration/i-type-waypoint.ts var ITypeWaypoint = /* @__PURE__ */ ((ITypeWaypoint2) => { ITypeWaypoint2["address"] = "address"; ITypeWaypoint2["airport"] = "airport"; ITypeWaypoint2["coordinates"] = "coordinates"; return ITypeWaypoint2; })(ITypeWaypoint || {}); export { ITypeWaypoint }; //# sourceMappingURL=i-type-waypoint.mjs.map