]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/activitypub/activitypub-root.ts
Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube into...
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / activitypub-root.ts
CommitLineData
e4f97bab
C
1import { Activity } from './activity'
2import { ActivityPubCollection } from './activitypub-collection'
3import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
4
16b90975 5export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection<Activity>