mirror of https://github.com/Chocobozzz/PeerTube
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
|
import { VideoUpdate } from './video-update.model'
|
||
|
|
||
|
export interface VideoImportUpdate extends VideoUpdate {
|
||
|
targetUrl: string
|
||
|
}
|