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

8 lines
104 B
TypeScript
Raw Normal View History

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