@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface FetchGroupSharingRequestsParam

    Request payload for fetching group sharing requests/invitations of current user.

    interface FetchGroupSharingRequestsParam {
        nextRequestId?: string;
        nextUserName?: string;
        primaryUser: boolean;
        recordsNumber?: number;
    }
    Index

    Properties

    nextRequestId?: string
    nextUserName?: string
    primaryUser: boolean
    recordsNumber?: number