aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/about.model.ts
blob: 10dff8b8f0e0e2e98efa9fb4abd0251f5e3fbe1f (plain) (blame)
1
2
3
4
5
6
7
8
export interface About {
  instance: {
    name: string
    shortDescription: string
    description: string
    terms: string
  }
}