aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/comment/video-comment-create.model.ts
blob: 1f013540502f64e6441514bea073bb868ec94b49 (plain) (blame)
1
2
3
export interface VideoCommentCreate {
  text: string
}