完善描述文件

This commit is contained in:
cool 2024-02-19 11:12:20 +08:00
parent 56f293f00b
commit 4bc46fbf7a

View File

@ -52,5 +52,5 @@ export interface BaseUpload {
* @param ctx
* @param key
*/
upload(ctx): Promise<string>;
upload(ctx): Promise<any>;
}