mirror of https://github.com/Chocobozzz/PeerTube
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
|
export interface VideoChannelSyncCreate {
|
||
|
externalChannelUrl: string
|
||
|
videoChannelId: number
|
||
|
}
|