extendBucketWorm.d.ts 165 B

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