mirror of
				https://github.com/valentineus/webos-service-types.git
				synced 2025-11-03 22:19:45 +03:00 
			
		
		
		
	
							
								
								
									
										14
									
								
								dist/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								dist/index.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,17 @@
 | 
			
		||||
import { ActivityManager } from "./activity-manager";
 | 
			
		||||
import { Message } from "./message";
 | 
			
		||||
import { Method } from "./method";
 | 
			
		||||
import { Service } from "./service";
 | 
			
		||||
import { Subscription } from "./subscription";
 | 
			
		||||
 | 
			
		||||
declare module "webos-service" {
 | 
			
		||||
	export = Service;
 | 
			
		||||
	export default Service;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export {
 | 
			
		||||
	ActivityManager,
 | 
			
		||||
	Message,
 | 
			
		||||
	Method,
 | 
			
		||||
	Service,
 | 
			
		||||
	Subscription,
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user