aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/comment/video-comment-create.model.ts
blob: 1f013540502f64e6441514bea073bb868ec94b49 (plain) (tree)
1
2
3


                                     
export interface VideoCommentCreate {
  text: string
}