Exercise #88: Inference Flow With Constraints
React + TypeScript ยท 05-generics
Goal

Goal: Make `useMutation` generic so `mutate` infers args/return from the provided mutation.

Run "Check Solution" to validate your code in the browser.