Skip to content

Commit 19d055a

Browse files
WangMingHua111Manweill
authored andcommitted
update: README.md
1 parent 688c89c commit 19d055a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface ISwaggerOptions {
4141
serviceNameSuffix?: string
4242
enumNamePrefix?: string
4343
methodNameMode?: 'operationId' | 'path' | 'shortOperationId' | ((reqProps: IRequestMethod) => string)
44-
classNameMode?: 'parentPath' | 'normal' | ((path: string, tag: string[]) => string)
44+
classNameMode?: 'parentPath' | 'normal' | ((path: string, method: string, reqProps:IRequestMethod) => string)
4545
/** only effect classNameMode='parentPath' */
4646
pathClassNameDefaultName?: string
4747
outputDir?: string

0 commit comments

Comments
 (0)