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