]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/actors/account.model.ts
Fix max buffer reached in youtube import
[github/Chocobozzz/PeerTube.git] / shared / models / actors / account.model.ts
... / ...
CommitLineData
1import { Actor } from './actor.model'
2
3export interface Account extends Actor {
4 displayName: string
5}