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

    Interface JobPosting

    interface JobPosting {
        description?: string;
        employmentType: string;
        id: string;
        locationName: string;
        publishedDate?: string;
        secondaryLocations: JobSecondaryLocation[];
        title: string;
    }
    Index

    Properties

    description?: string

    Job description HTML (fetched separately via ApiJobPosting query)

    employmentType: string

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

    id: string

    Ashby job ID (UUID format)

    locationName: string

    Primary location name

    publishedDate?: string

    Publication date (added by implementation, not from API)

    secondaryLocations: JobSecondaryLocation[]

    Additional locations

    title: string

    Job title