]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/actors/account.model.ts
Add user moderation in the account page
[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
79bd2632
C
6
7 userId?: number
7a7724e6 8}