1
0
Fork 0
peertube/shared/models/server/about.model.ts

9 lines
133 B
TypeScript
Raw Normal View History

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