oak-frontend-base/es/utils/upload.native.d.ts

4 lines
227 B
TypeScript

export declare class Upload {
uploadFile(file: File | string, name: string, uploadUrl: string, formData: Record<string, any>, autoInform?: boolean, getPercent?: Function, method?: "POST" | "PUT" | "PATCH"): Promise<any>;
}