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

    Interface CompanyData

    interface CompanyData {
        company_url?: string;
        created_at?: string;
        description?: string;
        facebook_url?: string;
        github_url?: string;
        id?: string;
        instagram_url?: string;
        is_highlighted?: boolean;
        job_board_hostname?: string;
        job_board_provider?: string;
        job_board_url?: string;
        linkedin_url?: string;
        positions?: string | any[];
        tags?: string | string[];
        title?: string;
        total_jobs?: number;
        twitter_url?: string;
        updated_at?: string;
        wikipedia_url?: string;
        youtube_url?: string;
    }
    Index

    Properties

    company_url?: string

    Company website URL

    created_at?: string

    Creation timestamp

    description?: string

    Company description

    facebook_url?: string

    Facebook page URL

    github_url?: string

    GitHub organization URL

    id?: string

    Company unique identifier

    instagram_url?: string

    Instagram profile URL

    is_highlighted?: boolean

    Whether company is highlighted

    job_board_hostname?: string

    Provider-specific hostname

    job_board_provider?: string

    Job board provider (greenhouse, lever, etc.)

    job_board_url?: string

    Job board URL

    linkedin_url?: string

    LinkedIn profile URL

    positions?: string | any[]

    Job positions (JSON string or array)

    tags?: string | string[]

    Company tags (JSON string or array)

    title?: string

    Company name

    total_jobs?: number

    Total number of jobs (computed)

    twitter_url?: string

    Twitter profile URL

    updated_at?: string

    Last update timestamp

    wikipedia_url?: string

    Wikipedia page URL

    youtube_url?: string

    YouTube channel URL