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 756aaf9 commit 27ac39cCopy full SHA for 27ac39c
src/index.ts
@@ -27,7 +27,7 @@ const defaultOptions: ISwaggerOptions = {
27
enumNamePrefix: 'Enum',
28
methodNameMode: 'operationId',
29
classNameMode: 'normal',
30
- PathClassNameDefaultName: 'Global',
+ pathClassNameDefaultName: 'Global',
31
outputDir: './service',
32
fileName: 'index.ts',
33
useStaticMethod: true,
0 commit comments