Add video comment components

This commit is contained in:
Chocobozzz
2017-12-27 16:11:53 +01:00
parent ea44f375f5
commit 4635f59d7c
41 changed files with 666 additions and 70 deletions

View File

@@ -7,8 +7,10 @@ export interface VideoComment {
videoId: number
createdAt: Date | string
updatedAt: Date | string
totalReplies: number
account: {
name: string
host: string
}
}