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

    Interface AshbyBoardResponse

    interface AshbyBoardResponse {
        data: { jobBoard: { jobPostings: AshbyJobPosting[] } };
    }
    Index

    Properties

    Properties

    data: { jobBoard: { jobPostings: AshbyJobPosting[] } }

    GraphQL response wrapper

    Type declaration