@qbraid-core
    Preparing search index...

    Interface GroupListParams

    interface GroupListParams {
        limit?: number;
        page?: number;
        status?: GroupJobStatus;
    }
    Index

    Properties

    Properties

    limit?: number
    page?: number