]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/activitypub/objects/video-comment-object.ts
Handle HTML is comments
[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
da854ddd 7 updated: string
6d852470 8 url: string
da854ddd 9 attributedTo: string
6d852470 10}