use gosu to fix /data permissions errors
[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 }