@cercalia/sdk
    Preparing search index...

    Interface WeatherForecast

    interface WeatherForecast {
        coord: Coordinate;
        forecasts: WeatherDayForecast[];
        lastUpdate?: string;
        locationName: string;
    }
    Index

    Properties

    coord: Coordinate
    forecasts: WeatherDayForecast[]
    lastUpdate?: string
    locationName: string