]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/bulk/bulk-remove-comments-of-body.model.ts
31e018c2a31f98e778c5873712488b3617d5a699
[github/Chocobozzz/PeerTube.git] / shared / models / bulk / bulk-remove-comments-of-body.model.ts
1 export interface BulkRemoveCommentsOfBody {
2 accountName: string
3 scope: 'my-videos' | 'instance'
4 }