]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/activitypub/objects/view-object.ts
Create a dedicated table to track video thumbnails
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / view-object.ts
CommitLineData
40ff5707
C
1export interface ViewObject {
2 type: 'View',
3 actor: string
4 object: string
5}