Type Alias WeatherSolarIntensity

WeatherSolarIntensity: {
    percentage: number;
    timestamp: string;
    type: "PERCENTAGE";
}

Type declaration

  • percentage: number
  • timestamp: string
  • type: "PERCENTAGE"