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

    Interface WorkableApiJob

    interface WorkableApiJob {
        application_url: string;
        city: string;
        code: string;
        country: string;
        created_at: string;
        department: string;
        education: string;
        employment_type: string;
        published_on: string;
        shortcode: string;
        shortlink: string;
        state: string;
        telecommuting: boolean;
        title: string;
        url: string;
    }
    Index

    Properties

    application_url: string

    URL for job application

    city: string

    Job city

    code: string

    Job code (usually empty)

    country: string

    Job country

    created_at: string

    Date of creation (YYYY-MM-DD format)

    department: string

    Department name

    education: string

    Education requirements (usually empty)

    employment_type: string

    Employment type (Full-time, Part-time, etc.)

    published_on: string

    Date of publication (YYYY-MM-DD format)

    shortcode: string

    Job shortcode identifier

    shortlink: string

    Short URL to job posting

    state: string

    Job state/region

    telecommuting: boolean

    Whether telecommuting is allowed

    title: string

    Job title

    url: string

    Direct URL to job posting