1 2 3 4 5 6
import { VideoUpdate } from './video-update.model' export interface VideoImportCreate extends VideoUpdate { targetUrl: string channelId: number // Required }