extendBucketWorm.d.ts 165 Bytes
Newer Older
huahua committed
1 2 3 4
export declare function extendBucketWorm(this: any, name: string, wormId: string, days: string | number, options: any): Promise<{
    res: any;
    status: any;
}>;