]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/comment/video-comment-create.model.ts
Translated using Weblate (Ukrainian)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / comment / video-comment-create.model.ts
1 export interface VideoCommentCreate {
2 text: string
3 }