mirror of https://github.com/ElemeFE/element
				
				
				
			Fix: httprequest type (#16633)
							parent
							
								
									be71239990
								
							
						
					
					
						commit
						6cc6bc4feb
					
				| 
						 | 
				
			
			@ -30,7 +30,7 @@ export interface ElUploadProgressEvent extends ProgressEvent {
 | 
			
		|||
export interface HttpRequestOptions {
 | 
			
		||||
  headers: object,
 | 
			
		||||
  withCredentials: boolean,
 | 
			
		||||
  file: ElUploadInternalFileDetail,
 | 
			
		||||
  file: File,
 | 
			
		||||
  data: object,
 | 
			
		||||
  filename: string,
 | 
			
		||||
  action: string,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue