]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/actors/account.model.ts
Add audit logs for video import
[github/Chocobozzz/PeerTube.git] / shared / models / actors / account.model.ts
CommitLineData
60650c77 1import { Actor } from './actor.model'
2295ce6c 2
60650c77 3export interface Account extends Actor {
c5911fd3 4 displayName: string
2422c46b 5 description: string
7a7724e6 6}