hexo/node_modules/ali-oss/lib/common/bucket/extendBucketWorm.d.ts

5 lines
169 B
TypeScript

export declare function extendBucketWorm(this: any, name: string, wormId: string, days: string | number, options: any): Promise<{
res: any;
status: any;
}>;