]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/change-ownership/video-change-ownership-accept.model.ts
Added "total views" in the my channels list (#5007)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / change-ownership / video-change-ownership-accept.model.ts
1 export interface VideoChangeOwnershipAccept {
2 channelId: number
3 }