I am looking at the new api that came out 2 weeks ago. It seems like
ReqDTO : IReturn> { //... }
The \"IReturn\"
As far as I know, this is just a convenient way of defining your request/response DTOs. You're free to use it, or not.