@squawk
    Preparing search index...

    Interface FetchTafResult

    Result returned by fetchTaf.

    interface FetchTafResult {
        parseErrors: ParseRecordError[];
        raw: string;
        tafs: Taf[];
    }
    Index

    Properties

    Properties

    parseErrors: ParseRecordError[]

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

    raw: string

    The full raw response body from the AWC API.

    tafs: Taf[]

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