TanStack
API Reference

AnyUseMutationOptions

ts
type AnyUseMutationOptions = UseMutationOptions<any, any, any, any>;

Defined in: preact-query/src/types.ts:400

UseMutationOptions with all type parameters set to any, useful when the specific types aren't relevant, e.g. when accepting options for any mutation in a helper function.