import type { SeamHttpApiError } from '@seamapi/http/connect'; import type { UseQueryResult } from '@tanstack/react-query'; export type UseSeamQueryResultLegacy = Omit, 'data'> & { [key in Field]?: ResponsePayload; };