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

9 lines
133 B
TypeScript
Raw Normal View History

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