diff options
Diffstat (limited to 'shared/models/videos')
-rw-r--r-- | shared/models/videos/video-comment.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/videos/video-comment.model.ts b/shared/models/videos/video-comment.model.ts index 7ac4024fb..044962633 100644 --- a/shared/models/videos/video-comment.model.ts +++ b/shared/models/videos/video-comment.model.ts | |||
@@ -9,6 +9,8 @@ export interface VideoComment { | |||
9 | videoId: number | 9 | videoId: number |
10 | createdAt: Date | string | 10 | createdAt: Date | string |
11 | updatedAt: Date | string | 11 | updatedAt: Date | string |
12 | deletedAt: Date | string | ||
13 | isDeleted: boolean | ||
12 | totalReplies: number | 14 | totalReplies: number |
13 | account: Account | 15 | account: Account |
14 | } | 16 | } |