]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/view-object.ts
Merge branch 'release/2.1.0' into develop
[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 }