aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/video-import-create.model.ts
blob: 65d142c2beeeba8a44667a63e5928df7ac2a655c (plain) (tree)
1
2
3
4
5
6





                                                        
import { VideoUpdate } from './video-update.model'

export interface VideoImportCreate extends VideoUpdate {
  targetUrl: string
  channelId: number // Required
}