aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/bulk/bulk-remove-comments-of-body.model.ts
blob: 31e018c2a31f98e778c5873712488b3617d5a699 (plain) (tree)
1
2
3
4



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