File size: 263 Bytes
9ada4bc
 
 
 
1
2
3
4
import type { Client } from "..";
import type { UploadResponse } from "../types";
export declare function upload_files(this: Client, root_url: string, files: (Blob | File)[], upload_id?: string): Promise<UploadResponse>;
//# sourceMappingURL=upload_files.d.ts.map