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

    Interface BaseJobData

    interface BaseJobData {
        companyId: string;
        companyTitle: string;
        description?: string;
        id: string;
        location: string;
        name: string;
        providerHostname: string;
        providerId: string;
        publishedDate: string;
        url: string;
    }
    Index

    Properties

    companyId: string

    Company identifier

    companyTitle: string

    Company display name

    description?: string

    Job description content (HTML or plain text)

    id: string

    Unique job identifier within the provider

    location: string

    Job location (city, country format)

    name: string

    Job title/name

    providerHostname: string

    Provider-specific hostname/identifier

    providerId: string

    Provider identifier

    publishedDate: string

    When the job was published (ISO 8601 format: YYYY-MM-DDTHH:mm:ss.sssZ or YYYY-MM-DD)

    url: string

    Direct URL to the job posting