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

    Interface Stellenangebot

    One job listing (summary). Full detail is fetched via details.

    interface Stellenangebot {
        aktuelleVeroeffentlichungsdatum?: string;
        arbeitgeber?: string;
        arbeitsort?: Arbeitsort;
        beruf?: string;
        eintrittsdatum?: string;
        externeUrl?: string;
        hashId?: string;
        modifikationsTimestamp?: string;
        refnr: string;
        titel?: string;
        [key: string]: JsonValue | Arbeitsort | undefined;
    }

    Indexable

    • [key: string]: JsonValue | Arbeitsort | undefined

      Allow the extra keys the live API may add without losing type-safety.

    Index
    aktuelleVeroeffentlichungsdatum?: string
    arbeitgeber?: string
    arbeitsort?: Arbeitsort
    beruf?: string
    eintrittsdatum?: string
    externeUrl?: string

    Present when the listing points at an external (third-party) posting.

    hashId?: string
    modifikationsTimestamp?: string

    Last-modification timestamp the API stamps on the listing.

    refnr: string

    Reference number; base64 of this is the id for details.

    titel?: string