5 lines
		
	
	
		
			165 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			165 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export declare function extendBucketWorm(this: any, name: string, wormId: string, days: string | number, options: any): Promise<{
 | 
						|
    res: any;
 | 
						|
    status: any;
 | 
						|
}>;
 |