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