@qbraid-core
    Preparing search index...

    Interface GroupOperationResponse

    interface GroupOperationResponse {
        data: GroupJob;
        meta: { timestamp: string };
        success: boolean;
    }
    Index

    Properties

    Properties

    data: GroupJob
    meta: { timestamp: string }
    success: boolean