]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
e4f97bab
C
1export interface VideoChannelObject {
2 type: 'VideoChannel'
0d0e8dd0 3 id: string
e4f97bab
C
4 name: string
5 content: string
0d0e8dd0 6 uuid: string
efc32059
C
7 published: string
8 updated: string
d8465018 9 actor?: string
e4f97bab 10}