export interface ElectricityMapsCarbonIntensityParams {
    lat?: number;
    lon?: number;
    zone?: string;
    start: string;
    end: string;
}
