Skip to content

Commit b101d52

Browse files
committed
fix(type): put policy persistent type
1 parent eaa5947 commit b101d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ export declare namespace rs {
17791779
persistentOps?: string;
17801780
persistentNotifyUrl?: string;
17811781
persistentPipeline?: string;
1782-
persistentType?: string;
1782+
persistentType?: number;
17831783

17841784
fsizeLimit?: number;
17851785
fsizeMin?: number;

qiniu/storage/rs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ function _putPolicyBuildInKeys () {
16951695
* @property {string} [persistentOps]
16961696
* @property {string} [persistentNotifyUrl]
16971697
* @property {string} [persistentPipeline]
1698-
* @property {string} [persistentType]
1698+
* @property {number} [persistentType]
16991699
* @property {number} [fsizeLimit]
17001700
* @property {number} [fsizeMin]
17011701
* @property {string} [mimeLimit]

0 commit comments

Comments
 (0)