mirror of https://github.com/Chocobozzz/PeerTube
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			388 B
		
	
	
	
		
			TypeScript
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			388 B
		
	
	
	
		
			TypeScript
		
	
	
| export interface About {
 | |
|   instance: {
 | |
|     name: string
 | |
|     shortDescription: string
 | |
|     description: string
 | |
|     terms: string
 | |
| 
 | |
|     codeOfConduct: string
 | |
|     hardwareInformation: string
 | |
| 
 | |
|     creationReason: string
 | |
|     moderationInformation: string
 | |
|     administrator: string
 | |
|     maintenanceLifetime: string
 | |
|     businessModel: string
 | |
| 
 | |
|     languages: string[]
 | |
|     categories: number[]
 | |
|   }
 | |
| }
 |