export interface BulkRemoveCommentsOfBody {
  accountName: string
  scope: 'my-videos' | 'instance'
}