export interface SustainRequest {
    [key: string]: any;
}
