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 {
export interface HttpRequestOptions {
headers: object,
withCredentials: boolean,
file: ElUploadInternalFileDetail,
file: File,
data: object,
filename: 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