]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/comment/video-comment-create.model.ts
Add ability to filter out public videos from admin
[github/Chocobozzz/PeerTube.git] / shared / models / videos / comment / video-comment-create.model.ts
1 export interface VideoCommentCreate {
2 text: string
3 }