mirror of
				https://github.com/owncast/owncast.git
				synced 2025-10-31 10:08:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export interface CurrentUser {
 | |
|   id: string;
 | |
|   displayName: string;
 | |
|   displayColor: number;
 | |
|   isModerator: boolean;
 | |
| }
 | 
