Skip to content

Commit 76a7551

Browse files
committed
fix: 补充 d.ts
1 parent a458b16 commit 76a7551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
19601960
interface RequestResult extends GeneralResult {
19611961
Body?: string | Blob | ArrayBuffer;
19621962
Response?: any; // 万象接口可能返回 Response
1963+
// 待细化万象响应
1964+
[key: string]: any;
19631965
}
19641966

19651967
// getObjectUrl

0 commit comments

Comments
 (0)