Odoo GraphQL Subscription using Node, Express JS for Sample
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							|  | /** | 
						
						
						
							|  |  * Given [ A, B, C ] return ' Did you mean A, B, or C?'. | 
						
						
						
							|  |  */ | 
						
						
						
							|  | export declare function didYouMean(suggestions: ReadonlyArray<string>): string; | 
						
						
						
							|  | export declare function didYouMean( | 
						
						
						
							|  |   subMessage: string, | 
						
						
						
							|  |   suggestions: ReadonlyArray<string>, | 
						
						
						
							|  | ): string;
 | 
						
						
						
							|  | 
 |