]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/about.model.ts
Merge branch 'release/4.3.0' into develop
[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
ccc00cb2
C
7
8 codeOfConduct: string
be04c6fd 9 hardwareInformation: string
ccc00cb2 10
8ae03c37 11 creationReason: string
ccc00cb2
C
12 moderationInformation: string
13 administrator: string
14 maintenanceLifetime: string
15 businessModel: string
16
17 languages: string[]
18 categories: number[]
36f9424f
C
19 }
20}