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

    Interface JobBoardProvider

    interface JobBoardProvider {
        getJobs: Function;
        id: string;
    }
    Index

    Properties

    Properties

    getJobs: Function

    Async function to fetch jobs from the provider

    id: string

    Unique identifier for the provider