mirror of https://github.com/jkjoy/sunpeiwen.git
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
|
export declare function initiateBucketWorm(this: any, name: string, days: string, options: any): Promise<{
|
||
|
res: any;
|
||
|
wormId: any;
|
||
|
status: any;
|
||
|
}>;
|