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
@@ -63,7 +63,7 @@ export function customerServiceHeader(options: ISwaggerOptions) {
6363  return  `/** Generate by swagger-axios-codegen */ 
6464  // @ts-nocheck 
6565  /* eslint-disable */ 
66-   import axiosStatic, { AxiosInstance, AxiosRequestConfig } from 'axios'; 
66+   import axiosStatic, { type  AxiosInstance, type  AxiosRequestConfig } from 'axios'; 
6767
6868  export interface IRequestOptions extends AxiosRequestConfig { 
6969    /** 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments