aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/typings/models/video/schedule-video-update.ts
blob: 069705536b266f6e95a7dc31383c3ea266ac6001 (plain) (blame)
1
2
3
import { ScheduleVideoUpdateModel } from '../../../models/video/schedule-video-update'

export type MScheduleVideoUpdate = Omit<ScheduleVideoUpdateModel, 'Video'>