Is it possible to have multiple interceptor for a single HTTP method.
for instance we a have a file upload method, where the express fileInterceptor handles.
And I have generalized response structure defined in a interceptor. so i wanted to use both of these interceptor for a single HTTP method.
Since I am new to Nestjs framework I am not familiar with the concept so wanted some insight on the same.