mirror of
				https://github.com/valentineus/webos-service-types.git
				synced 2025-11-03 22:19:45 +03:00 
			
		
		
		
	Add Service's constructor
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		
							
								
								
									
										10
									
								
								dist/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								dist/index.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
export declare class Service {
 | 
			
		||||
	public constructor(busId: string, activityManager?: IActivityManager, options?: IServiceOptions);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export interface IActivityManager { }
 | 
			
		||||
 | 
			
		||||
export interface IServiceOptions {
 | 
			
		||||
	readonly idleTimer?: number;
 | 
			
		||||
	readonly noBuiltinMethods?: boolean;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user