I am creating an API using Nestjs and in trying to scale realized that there are some decorators that I use that are needed for every controller.
E.g @ApiBearerAuth(). Is there a way to globally apply decorators on all controllers or all controller methods of a project.