mirror of https://github.com/Chocobozzz/PeerTube
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
|
export interface VideosImportInChannelCreate {
|
||
|
externalChannelUrl: string
|
||
|
videoChannelSyncId?: number
|
||
|
}
|