1 2 3 4 5
import { VideoUpdate } from './video-update.model' export interface VideoImportUpdate extends VideoUpdate { targetUrl: string }