completeBucketWorm.d.ts 144 B

1234
  1. export declare function completeBucketWorm(this: any, name: string, wormId: string, options: any): Promise<{
  2. res: any;
  3. status: any;
  4. }>;