aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/video-abuse-update.model.ts
blob: 9b32aae483738fdc26d4cdb28803b650cf837cf8 (plain) (tree)
1
2
3
4
5
6





                                                           
import { VideoAbuseState } from './video-abuse-state.model'

export interface VideoAbuseUpdate {
  moderationComment?: string
  state?: VideoAbuseState
}