aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-import-update.model.ts
blob: 5ae244683e928f27cd91b82d189e11c38b5ebd8f (plain) (blame)
1
2
3
4
5
import { VideoUpdate } from './video-update.model'

export interface VideoImportUpdate extends VideoUpdate {
  targetUrl: string
}