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