Chocobozzz/PeerTube

View on GitHub
packages/models/src/videos/comment/video-comment-create.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface VideoCommentCreate {
  text: string
}