PeerTube/shared/models/server/about.model.ts

9 lines
133 B
TypeScript
Raw Normal View History

2018-01-31 17:47:36 +01:00
export interface About {
instance: {
name: string
2018-03-15 14:31:08 +01:00
shortDescription: string
2018-01-31 17:47:36 +01:00
description: string
terms: string
}
}