Skip to content

Commit

Permalink
fix: upd d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Aug 12, 2024
1 parent a77013a commit 8742a22
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,6 @@ declare namespace COS {
/** 发请求时带上的 Header 字段 */
Headers?: Headers;
tracker?: any;
/** 加密相关 */
ServerSideEncryption?: string;
SSECustomerAlgorithm?: string;
SSECustomerKey?: string;
SSECustomerKeyMD5?: string;
SSEKMSKeyId?: string;
SSEContext?: string;
}

// 所有接口的入参和出参
Expand Down

0 comments on commit 8742a22

Please sign in to comment.