]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/activitypub/objects/video-comment-object.ts
Fix preview 404
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-comment-object.ts
CommitLineData
6d852470
C
1export interface VideoCommentObject {
2 type: 'Note'
3 id: string
4 content: string
5 inReplyTo: string
6 published: string
7 url: string
8}