268eebed9
1 2 3 4 5 6
import { VideoAbuseState } from './video-abuse-state.model' export interface VideoAbuseUpdate { moderationComment?: string state?: VideoAbuseState }