UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

11 lines (10 loc) 441 B
// src/gen/interface/components/i-inland-waterways-cargo-type.ts var IInlandWaterwaysCargoType = /* @__PURE__ */ ((IInlandWaterwaysCargoType2) => { IInlandWaterwaysCargoType2["Container"] = "Container"; IInlandWaterwaysCargoType2["NonContainer"] = "NonContainer"; return IInlandWaterwaysCargoType2; })(IInlandWaterwaysCargoType || {}); export { IInlandWaterwaysCargoType }; //# sourceMappingURL=i-inland-waterways-cargo-type.mjs.map