1
0
Fork 0
peertube/shared/models/activitypub/objects/video-comment-object.ts
2017-12-28 11:16:08 +01:00

10 lines
181 B
TypeScript

export interface VideoCommentObject {
type: 'Note'
id: string
content: string
inReplyTo: string
published: string
updated: string
url: string
attributedTo: string
}