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

    Interface AshbyJobPosting

    interface AshbyJobPosting {
        employmentType: string;
        id: string;
        locationName: string;
        secondaryLocations: AshbyJobSecondaryLocation[];
        title: string;
    }
    Index

    Properties

    employmentType: string

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

    id: string

    Ashby job ID

    locationName: string

    Primary location name

    secondaryLocations: AshbyJobSecondaryLocation[]

    Additional locations

    title: string

    Job title