@joblist/components - v0.3.4
    Preparing search index...

    Interface RecruiteeApiJob

    interface RecruiteeApiJob {
        careers_apply_url: string;
        careers_url: string;
        city: string;
        close_at: string;
        country: string;
        cover_image: string;
        created_at: string;
        id: number;
        locations: RecruiteeLocation[];
        locations_question: string;
        max_hours: number;
        on_site: boolean;
        options_photo: string;
        postal_code: string;
        remote: boolean;
        status: string;
        title: string;
        translations: RecruiteeTranslation;
    }
    Index

    Properties

    careers_apply_url: string

    URL for job application

    careers_url: string

    URL to job posting (same as careers_apply_url)

    city: string

    Job city

    close_at: string

    Job closing date

    country: string

    Job country

    cover_image: string

    Cover image URL

    created_at: string

    ISO timestamp of creation

    id: number

    Recruitee job ID

    locations: RecruiteeLocation[]

    Array of job locations

    locations_question: string

    Location preference question

    max_hours: number

    Maximum working hours

    on_site: boolean

    Whether job is on-site

    options_photo: string

    Photo options setting

    postal_code: string

    Job postal code

    remote: boolean

    Whether job is remote

    status: string

    Job status ("published", "draft", etc.)

    title: string

    Job title (derived from translations.en.title)

    translations: RecruiteeTranslation

    Job content in different languages