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

    Interface LeverApiJob

    interface LeverApiJob {
        additional: string;
        additionalPlain: string;
        applyUrl: string;
        categories: LeverJobCategories;
        country: string;
        createdAt: number;
        description: string;
        descriptionBody?: string;
        descriptionBodyPlain?: string;
        descriptionPlain: string;
        hostedUrl: string;
        id: string;
        lists?: LeverJobList[];
        opening?: string;
        openingPlain?: string;
        text: string;
        workplaceType?: string;
    }
    Index

    Properties

    additional: string

    Additional content (HTML)

    additionalPlain: string

    Additional content (plain text)

    applyUrl: string

    Direct application URL

    categories: LeverJobCategories

    Job categorization

    country: string

    Job country

    createdAt: number

    Unix timestamp of creation

    description: string

    Job description (HTML format)

    descriptionBody?: string

    Main description body HTML

    descriptionBodyPlain?: string

    Main description body plain text

    descriptionPlain: string

    Job description (plain text)

    hostedUrl: string

    URL to job posting

    id: string

    Lever job ID

    lists?: LeverJobList[]

    Array of structured list content

    opening?: string

    Opening section HTML content

    openingPlain?: string

    Opening section plain text

    text: string

    Job title

    workplaceType?: string

    Workplace type (e.g., "hybrid", "remote", "onsite")