]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/video-channel-object.ts
Fetch video likes/dislikes too
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-channel-object.ts
1 export interface VideoChannelObject {
2 type: 'VideoChannel'
3 id: string
4 name: string
5 content: string
6 uuid: string
7 published: string
8 updated: string
9 actor?: string
10 }