]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/activitypub-root.ts
Create a dedicated table to track video thumbnails
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / activitypub-root.ts
1 import { Activity } from './activity'
2 import { ActivityPubCollection } from './activitypub-collection'
3 import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
4
5 export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection<Activity>