import { VideoAbuseModel } from '../../../models/video/video-abuse' import { PickWith } from '../../utils' import { MVideo } from './video' import { MAccountDefault } from '../account' export type MVideoAbuse = Omit export type MVideoAbuseId = Pick export type MVideoAbuseVideo = MVideoAbuse & Pick & PickWith export type MVideoAbuseAccountVideo = MVideoAbuseVideo & PickWith