import type { CreateInfiniteQueryOptions, DefaultError, InfiniteData, QueryKey } from '@tanstack/svelte-query'; /** * @TODO: add this type to svelte-query... */ export type UndefinedInitialDataInfiniteOptions, TQueryKey extends QueryKey = QueryKey, TPageParam = unknown> = CreateInfiniteQueryOptions & { initialData?: undefined; }; //# sourceMappingURL=undefined-initial-data-infinite-options.d.ts.map