FetcherJobRunnerHandleFetchResult<C>: {
    error?: Error;
    lastCursors: BaseFetcherPaginationCursors<C>;
    newInterval?: number;
}

Type Parameters

  • C

Type declaration

Generated using TypeDoc