`request.params.xyz` is always `string` because the type alias `URLParams` is defined incorrectly. `request.params.xyz` should be annotated `string | undefined`
request.params.xyzis alwaysstringbecause the type aliasURLParamsis defined incorrectly.request.params.xyzshould be annotatedstring | undefined