UNPKG

@tb-app/web-view-api

Version:
10 lines (9 loc) 161 B
/** * 文件上传 */ export default function downloadFile(options: { url: string; header: unknown; }): Promise<{ apFilePath: string; }>;