/** * Hook Factories * Factory functions for creating typed React Query hooks from service functions */ export { createApiQuery } from './createApiQuery'; export { createApiMutation } from './createApiMutation'; export { DEFAULT_QUERY_OPTIONS, DEFAULT_MUTATION_OPTIONS } from './defaults'; //# sourceMappingURL=index.d.ts.map