]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/about.model.ts
Increase video import timeout
[github/Chocobozzz/PeerTube.git] / shared / models / server / about.model.ts
CommitLineData
36f9424f
C
1export interface About {
2 instance: {
3 name: string
2e3a0215 4 shortDescription: string
36f9424f
C
5 description: string
6 terms: string
7 }
8}