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

    Interface JobData

    interface JobData {
        companyId: string;
        companyTitle: string;
        department?: string;
        description?: string;
        employmentType?: string;
        id: string;
        location?: string;
        name: string;
        providerHostname: string;
        providerId: string;
        publishedDate?: string | Date;
        url: string;
    }
    Index

    Properties

    companyId: string

    Company identifier

    companyTitle: string

    Company name

    department?: string

    the department

    description?: string

    Job description (HTML or plain text)

    employmentType?: string

    The type of employment

    id: string

    Original job ID from provider

    location?: string

    Job location

    name: string

    Job title

    providerHostname: string

    Provider-specific hostname

    providerId: string

    Job board provider identifier

    publishedDate?: string | Date

    Job publication date

    url: string

    URL to job posting