UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

13 lines (12 loc) 514 B
/** * This file was generated by st-open-api */ import { IInlandShipType } from './i-inland-ship-type'; import { IInlandWaterwaysCargoType } from './i-inland-waterways-cargo-type'; import { IInlandWaterwaysEmissionStandard } from './i-inland-waterways-emission-standard'; export interface IInlandWaterwayAttributes { inlandShipType?: IInlandShipType; inlandWaterwaysCargoType?: IInlandWaterwaysCargoType; inlandWaterwaysEmissionStandard?: IInlandWaterwaysEmissionStandard; loadFactor?: number; }