Demonstrate an example of URL param handling by defining a variant with additional data: ``` type route = | EditUser(id); ```
Demonstrate an example of URL param handling by defining a variant with additional data: