Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 6e46a73

Browse files
committed
fix: fix oss download return type error
1 parent 9fc53dd commit 6e46a73

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

packages/console-utils/xconsole-service/src/oss/types.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,4 @@ export interface DownloadSignatureParam {
3737
timeout?: number;
3838
}
3939

40-
export interface DownloadSignatureResponse {
41-
url: string;
42-
bucketName: string;
43-
key: string;
44-
policy: string;
45-
Signature: string;
46-
OSSAccessKeyId: string;
47-
}
40+
export type DownloadSignatureResponse = string;

packages/xconsole/xconsole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.3.33"}
1+
{"version":"2.3.37"}

0 commit comments

Comments
 (0)