export default function MyComponent({ myMutation} : {myMutation: ???} { // mutating things... }
© 2026 Hedgehog Software, LLC
type MutationType = ReturnType<typeof trpc.users.generateApiKey.useMutation>
@tanstack/react-query
UseMutationResult