1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00
Peertube/shared/models/server/about.model.ts
2018-02-28 18:04:55 +01:00

7 lines
104 B
TypeScript

export interface About {
instance: {
name: string
description: string
terms: string
}
}