We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78c344 commit d70f578Copy full SHA for d70f578
packages/runtime/src/decorators/response.ts
@@ -12,7 +12,7 @@ export function Response<ExampleType, HeaderType extends IsValidHeader<HeaderTyp
12
description?: string,
13
example?: ExampleType,
14
produces?: string | string[],
15
-): MethodDecorator {
+): ClassDecorator {
16
return () => {
17
return;
18
};
0 commit comments