]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
40ff5707 1export interface ViewObject {
a1587156 2 type: 'View'
40ff5707
C
3 actor: string
4 object: string
5}