Add state and moderationComment for abuses on server side
[oweals/peertube.git] / shared / models / actors / account.model.ts
1 import { Actor } from './actor.model'
2
3 export interface Account extends Actor {
4   displayName: string
5   description: string
6 }