Commit 6cc6bc4f authored by luckyCao's avatar luckyCao Committed by Geass

Fix: httprequest type (#16633)

parent be712399
...@@ -30,7 +30,7 @@ export interface ElUploadProgressEvent extends ProgressEvent { ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment