PeerTube/shared/models/activitypub/objects/video-comment-object.ts

9 lines
140 B
TypeScript
Raw Normal View History

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