The type that merges the responses property of a route config with user-defined status codes.
responses
The route config type (R extends RouteConfig).
The user-defined status codes type (M extends ResponsesConfig).
The tuple type of user-defined status codes (T extends Readonly<UserDefinedStatusCode[]>).
The type that merges the
responsesproperty of a route config with user-defined status codes.