import type { QueryKey, UndefinedInitialDataOptions } from '@tanstack/react-query' export type QueryOpts = Omit< UndefinedInitialDataOptions, 'queryKey' | 'queryFn' >