]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/view-object.ts
Federate video views
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / view-object.ts
1 export interface ViewObject {
2 type: 'View',
3 actor: string
4 object: string
5 }