1
0
Fork 0
peertube/shared/models/server/about.model.ts
2018-03-15 14:34:47 +01:00

8 lines
133 B
TypeScript

export interface About {
instance: {
name: string
shortDescription: string
description: string
terms: string
}
}