@joblist/components - v0.3.4
    Preparing search index...
    args: {
        job: {
            company_id: string;
            company_title: string;
            name: string;
            url: string;
        };
        "show-date": boolean;
        "show-location": boolean;
    }

    Type declaration

    • job: { company_id: string; company_title: string; name: string; url: string }
    • show-date: boolean
    • show-location: boolean