mirror of
				https://github.com/D4M13N-D3V/comissions-app-ui.git
				synced 2025-10-31 01:25:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			73 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			73 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export {};
 | |
| 
 | |
| declare global {
 | |
|   interface Window {
 | |
|     __user: any;
 | |
|   }
 | |
| }
 | 
