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 {
 | 
					export interface HttpRequestOptions {
 | 
				
			||||||
  headers: object,
 | 
					  headers: object,
 | 
				
			||||||
  withCredentials: boolean,
 | 
					  withCredentials: boolean,
 | 
				
			||||||
  file: ElUploadInternalFileDetail,
 | 
					  file: File,
 | 
				
			||||||
  data: object,
 | 
					  data: object,
 | 
				
			||||||
  filename: string,
 | 
					  filename: string,
 | 
				
			||||||
  action: string,
 | 
					  action: string,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue