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

    Interface ESPSDKAdaptorGroupsPaginationData

    interface ESPSDKAdaptorGroupsPaginationData {
        fetchNext?: () => Promise<ESPCDFPaginatedAPIResponse<ESPCDFGroup[]>>;
        hasNext: boolean;
    }
    Index

    Properties

    Properties

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