mirror of https://github.com/Chocobozzz/PeerTube
8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
|
export interface About {
|
||
|
instance: {
|
||
|
name: string
|
||
|
description: string
|
||
|
terms: string
|
||
|
}
|
||
|
}
|