Skip to content

Commit f27677a

Browse files
committed
Added CliOptions import to typescript-axios generator
1 parent 473c626 commit f27677a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/swagger/codegen/v3/generators/typescript/TypeScriptAxiosClientCodegen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package io.swagger.codegen.v3.generators.typescript;
22

3+
import io.swagger.codegen.v3.CliOption;
34
import io.swagger.codegen.v3.CodegenConstants;
45
import io.swagger.codegen.v3.CodegenModel;
56
import io.swagger.codegen.v3.CodegenOperation;

0 commit comments

Comments
 (0)