UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

14 lines (13 loc) 500 B
// src/gen/interface/components/enumeration/i-unit-cargo-attributes.ts var IUnitCargoAttributes = /* @__PURE__ */ ((IUnitCargoAttributes2) => { IUnitCargoAttributes2["ton"] = "ton"; IUnitCargoAttributes2["teu"] = "teu"; IUnitCargoAttributes2["kg"] = "kg"; IUnitCargoAttributes2["feu"] = "feu"; IUnitCargoAttributes2["pallet"] = "pallet"; return IUnitCargoAttributes2; })(IUnitCargoAttributes || {}); export { IUnitCargoAttributes }; //# sourceMappingURL=i-unit-cargo-attributes.mjs.map