PeerTube/shared/models/videos/comment/video-comment-create.model.ts

4 lines
55 B
TypeScript
Raw Normal View History

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