/**
 * 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;
}
