1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00
Peertube/shared/models/config/about.model.ts
2018-01-31 17:51:04 +01:00

7 lines
104 B
TypeScript

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