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

    Interface ESPSDKAdaptorGroupSharingRequestsPaginationData

    interface ESPSDKAdaptorGroupSharingRequestsPaginationData {
        fetchNext?: () => Promise<
            ESPCDFPaginatedAPIResponse<ESPCDFGroupSharingRequest[]>,
        >;
        hasNext: boolean;
    }
    Index

    Properties

    Properties

    fetchNext?: () => Promise<
        ESPCDFPaginatedAPIResponse<ESPCDFGroupSharingRequest[]>,
    >
    hasNext: boolean