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 08:15:11 -04:00
export interface VideoCommentCreate {
text: string
}