]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/bulk/bulk-remove-comments-of-body.model.ts
Add ability to bulk delete comments
[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 }