@squawk
    Preparing search index...

    Interface FetchPirepResult

    Result returned by fetchPirep.

    interface FetchPirepResult {
        parseErrors: ParseRecordError[];
        pireps: Pirep[];
        raw: string;
    }
    Index

    Properties

    parseErrors: ParseRecordError[]

    Records the parser threw on, preserving the raw input and the error.

    pireps: Pirep[]

    Successfully parsed PIREPs, in the order returned by the AWC API.

    raw: string

    The full raw response body from the AWC API.