]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/about.model.ts
7d11da850201eaa28999188df914f4b444825f05
[github/Chocobozzz/PeerTube.git] / shared / models / server / about.model.ts
1 export interface About {
2 instance: {
3 name: string
4 description: string
5 terms: string
6 }
7 }