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

    Interface ESPGroupSharingResponse

    Represents the processed paginated response for user group sharing requests/invitations.

    interface ESPGroupSharingResponse {
        fetchNext?: () => Promise<ESPGroupSharingResponse>;
        hasNext: boolean;
        sharedRequests: ESPGroupSharingRequest[];
    }
    Index

    Properties

    fetchNext?: () => Promise<ESPGroupSharingResponse>
    hasNext: boolean
    sharedRequests: ESPGroupSharingRequest[]