@qbraid-core
    Preparing search index...

    Interface JobQueryParams

    interface JobQueryParams {
        page?: number;
        provider?: string;
        resultsPerPage?: number;
        search?: string;
        statusGroup?: string;
        tags?: Tag[];
    }
    Index

    Properties

    page?: number
    provider?: string
    resultsPerPage?: number
    search?: string
    statusGroup?: string
    tags?: Tag[]