@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 • 357 B
TypeScript
import type { OperationSchema } from '@openapi-qraft/tanstack-query-react-types';
import type { CreateAPIQueryClientOptions } from '../qraftAPIClient.js';
export declare function getMutationCache(qraftOptions: CreateAPIQueryClientOptions, schema: OperationSchema): import("@tanstack/query-core").MutationCache;
//# sourceMappingURL=getMutationCache.d.ts.map