Saxonberg Server API
    Preparing search index...

    Current sample + the next-N segment types.

    interface WeatherForecast {
        current: WeatherSample;
        upcoming: WeatherForecastEntry[];
    }
    Index

    Properties

    Properties

    current: WeatherSample