UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

14 lines (13 loc) 309 B
/** * This file was generated by st-open-api */ export interface IWasteManagement { containerAddress: string; disposalType?: string; disposerAddress?: string; endCustomerAddress: string; vehicleType?: string; wastePickupAddress?: string; wasteType: string; weight: number; }