59c76ffa8
fbad87b04
ce33919c2
1
2 3
4 5 6 7
8 9
import { VideoUpdate } from '../video-update.model' export interface VideoImportCreate extends VideoUpdate { targetUrl?: string magnetUri?: string torrentfile?: Blob channelId: number // Required }