Exercise #2: Get Function Parameters
Type Transformations ยท 01-inference-basics
Goal

Goal: Use a built-in utility type to extract the parameter tuple from `makeQuery` and assign it to `MakeQueryParameters`.

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