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

9 lines
133 B
TypeScript
Raw Normal View History

2018-01-31 10:47:36 -06:00
export interface About {
instance: {
name: string
2018-03-15 08:31:08 -05:00
shortDescription: string
2018-01-31 10:47:36 -06:00
description: string
terms: string
}
}