We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebe5e8 commit 73edf73Copy full SHA for 73edf73
1 file changed
lib/extra/swagger-shim.ts
@@ -153,16 +153,16 @@ export function SwaggerModule() {
153
return () => {};
154
}
155
export function IntersectionType() {
156
- return () => {};
+ return class {};
157
158
export function OmitType() {
159
160
161
export function PartialType() {
162
163
164
export function PickType() {
165
166
167
export function getSchemaPath() {
168
return () => '';
0 commit comments