**Is your feature request related to a problem? Please describe.** TS types reject conditional routes that the runtime and schema already accept. **Describe the solution you'd like** Strictly type and align namings to become `Route[]`.
Is your feature request related to a problem? Please describe.
TS types reject conditional routes that the runtime and schema already accept.
Describe the solution you'd like
Strictly type and align namings to become
Route[].