mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add video comment components
This commit is contained in:
@@ -7,8 +7,10 @@ export interface VideoComment {
|
||||
videoId: number
|
||||
createdAt: Date | string
|
||||
updatedAt: Date | string
|
||||
totalReplies: number
|
||||
account: {
|
||||
name: string
|
||||
host: string
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user