@squawk
    Preparing search index...

    Interface FetchWindsAloftResult

    Result of calling fetchWindsAloft.

    interface FetchWindsAloftResult {
        forecast: WindsAloftForecast;
        raw: string;
    }
    Index

    Properties

    Properties

    The parsed winds-aloft forecast bulletin.

    raw: string

    The full raw response body from the AWC API.