10dff8b8f0e0e2e98efa9fb4abd0251f5e3fbe1f
[oweals/peertube.git] / shared / models / server / about.model.ts
1 export interface About {
2   instance: {
3     name: string
4     shortDescription: string
5     description: string
6     terms: string
7   }
8 }