Skip to content

Commit d7c55da

Browse files
committed
fix: 补充 d.ts
1 parent 23213a6 commit d7c55da

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
@@ -1971,6 +1971,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
19711971
interface RequestResult extends GeneralResult {
19721972
Body?: Buffer | string;
19731973
Response?: any;
1974+
// 待细化万象响应
1975+
[key: string]: any;
19741976
}
19751977

19761978
// getObjectUrl

0 commit comments

Comments
 (0)