]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/config/about.model.ts
Add ability to update another user video
[github/Chocobozzz/PeerTube.git] / shared / models / config / about.model.ts
CommitLineData
36f9424f
C
1export interface About {
2 instance: {
3 name: string
4 description: string
5 terms: string
6 }
7}