Has anyone encountered automatic generation of documentation for web sockets in my Soket IO project. The project is on TS, Express. I look in the direction of Asyncapi and can't find an opportunity to describe the documentation with decorators in the code. Only with the help of a yaml file. Although there is similar functionality for Nest for Asyncapi.
Can't find how to describe Asyncapi documentation using TS decorators