1
0
Fork 0
peertube/shared/models/videos/comment/video-comment-create.model.ts

4 lines
55 B
TypeScript
Raw Normal View History

2021-07-09 12:15:11 +00:00
export interface VideoCommentCreate {
text: string
}