@maschinenlesbar.org/jobsuche-cli
    Preparing search index...

    Interface Arbeitsort

    A work location as the API serialises it.

    interface Arbeitsort {
        entfernung?: number;
        koordinaten?: { lat?: number; lon?: number };
        land?: string;
        ort?: string;
        plz?: string;
        region?: string;
        strasse?: string;
    }
    Index
    entfernung?: number

    Distance in km from the searched location, when a radius search was used.

    koordinaten?: { lat?: number; lon?: number }
    land?: string
    ort?: string
    plz?: string
    region?: string
    strasse?: string