File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export function serviceHeader(options: ISwaggerOptions) {
1111 return `/** Generate by swagger-axios-codegen */
1212 /* eslint-disable */
1313 // @ts-nocheck
14- import axiosStatic, { AxiosInstance, AxiosRequestConfig } from 'axios';
14+ import axiosStatic, { type AxiosInstance, type AxiosRequestConfig } from 'axios';
1515
1616 ${ classTransformerImport }
1717
@@ -67,7 +67,7 @@ export function customerServiceHeader(options: ISwaggerOptions) {
6767 return `/** Generate by swagger-axios-codegen */
6868 // @ts-nocheck
6969 /* eslint-disable */
70- import axiosStatic, { AxiosInstance, AxiosRequestConfig } from 'axios';
70+ import axiosStatic, { type AxiosInstance, type AxiosRequestConfig } from 'axios';
7171
7272 export interface IRequestOptions extends AxiosRequestConfig {
7373 /**
You can’t perform that action at this time.
0 commit comments