mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export const test_credentials: {
 | 
						|
    default_user: {
 | 
						|
        username: string;
 | 
						|
        password: string;
 | 
						|
    };
 | 
						|
};
 |