UNPKG

@openapi-qraft/react

Version:

OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.

4 lines 400 B
import type { ServiceOperationInfiniteQueryKey } from '@openapi-qraft/tanstack-query-react-types'; import type { OperationSchema } from './requestFn.js'; export declare function composeInfiniteQueryKey<TSchema extends OperationSchema, TParams>(schema: TSchema, parameters: TParams | undefined): ServiceOperationInfiniteQueryKey<TSchema, TParams>; //# sourceMappingURL=composeInfiniteQueryKey.d.ts.map