infinity-fetch - v1.5.0
    Preparing search index...

    Type Alias PagedFetchConfig<TItem, TOut>

    PagedFetchConfig: PaginationOptions<PagedResponse<TItem>, TItem, TOut> & {
        fetcher: (
            params: PagedParams,
            context: FetchContext,
        ) => Promise<PagedResponse<TItem>>;
        limit?: number;
    }

    Type Parameters

    Type Declaration