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