From 4635f59d7c3fea4b97029f10886c62fdf38b2084 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 27 Dec 2017 16:11:53 +0100 Subject: Add video comment components --- shared/models/videos/video-comment.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models/videos/video-comment.model.ts') diff --git a/shared/models/videos/video-comment.model.ts b/shared/models/videos/video-comment.model.ts index 69884782f..d572927c2 100644 --- a/shared/models/videos/video-comment.model.ts +++ b/shared/models/videos/video-comment.model.ts @@ -7,8 +7,10 @@ export interface VideoComment { videoId: number createdAt: Date | string updatedAt: Date | string + totalReplies: number account: { name: string + host: string } } -- cgit v1.2.3