]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/about.model.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / about.model.ts
1 export interface About {
2 instance: {
3 name: string
4 shortDescription: string
5 description: string
6 terms: string
7 }
8 }