@squawk
    Preparing search index...

    Interface FetchInternationalSigmetsResult

    Result returned by fetchInternationalSigmets.

    interface FetchInternationalSigmetsResult {
        parseErrors: ParseRecordError[];
        raw: string;
        sigmets: Sigmet[];
    }
    Index

    Properties

    parseErrors: ParseRecordError[]

    Bulletin blocks the parser threw on, preserving the WMO body and the error.

    raw: string

    The full raw response body from the AWC API.

    sigmets: Sigmet[]

    Successfully parsed international SIGMETs, in the order returned by the AWC API.