like this. ```typescript DTO({ email: body(message().isString().isEmail()), page: params(message().isNumber()) }) ``` then you can export the value `req.dto` in the next request handler. what do you think about this function?
like this.
then you can export the value
req.dtoin the next request handler.what do you think about this function?