adif-parser-ts
    Preparing search index...

    Interface SimpleAdif

    A minimal interface for describing ADIF data.

    interface SimpleAdif {
        header?: { [field: string]: string };
        records?: { [field: string]: string }[];
    }
    Index
    header?: { [field: string]: string }
    records?: { [field: string]: string }[]