]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-blacklist-update.model.ts
Add blacklist reason field
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-blacklist-update.model.ts
CommitLineData
26b7305a
C
1export interface VideoBlacklistUpdate {
2 reason?: string
3}