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 688c89c commit 19d055aCopy full SHA for 19d055a
README.md
@@ -41,7 +41,7 @@ export interface ISwaggerOptions {
41
serviceNameSuffix?: string
42
enumNamePrefix?: string
43
methodNameMode?: 'operationId' | 'path' | 'shortOperationId' | ((reqProps: IRequestMethod) => string)
44
- classNameMode?: 'parentPath' | 'normal' | ((path: string, tag: string[]) => string)
+ classNameMode?: 'parentPath' | 'normal' | ((path: string, method: string, reqProps:IRequestMethod) => string)
45
/** only effect classNameMode='parentPath' */
46
pathClassNameDefaultName?: string
47
outputDir?: string
0 commit comments