type UseLiveInfiniteQueryConfig<TContext> = LiveInfiniteQueryConfig<InferResultType<TContext>[number]>;
Defined in: useLiveInfiniteQuery.ts:52
TContext extends Context & NonSingleResult