]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-blacklist-create.model.ts
Add blacklist reason field
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-blacklist-create.model.ts
1 export interface VideoBlacklistCreate {
2 reason?: string
3 }