]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-change-ownership-accept.model.ts
Add alert and hide upload view when no upload is possible (#2966)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-change-ownership-accept.model.ts
1 export interface VideoChangeOwnershipAccept {
2 channelId: number
3 }