10 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | {{#apiInfo}} | ||
|  | {{#apis}} | ||
|  | {{#operations}} | ||
|  | export * from './{{ classFilename }}'; | ||
|  | import { {{ classname }} } from './{{ classFilename }}'; | ||
|  | {{/operations}} | ||
|  | {{/apis}} | ||
|  | export const APIS = [{{#apis}}{{#operations}}{{ classname }}{{/operations}}{{^-last}}, {{/-last}}{{/apis}}]; | ||
|  | {{/apiInfo}} |