@qbraid-core
    Preparing search index...

    Interface GroupJobsResponse

    interface GroupJobsResponse {
        data: PlatformJob[];
        meta: { timestamp: string };
        success: boolean;
    }
    Index

    Properties

    Properties

    data: PlatformJob[]
    meta: { timestamp: string }
    success: boolean