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

    Interface ESPSDKAdaptorAutomationsPaginationData

    interface ESPSDKAdaptorAutomationsPaginationData {
        fetchNext?: () => Promise<
            ESPCDFPaginatedAPIResponse<ESPCDFAutomation[]>,
        >;
        hasNextPage: boolean;
    }
    Index

    Properties

    fetchNext?: () => Promise<ESPCDFPaginatedAPIResponse<ESPCDFAutomation[]>>
    hasNextPage: boolean