]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - activitypub-root.ts
22dff83a21e77e4e8fa2be32248bcf9f8071278e
[github/Chocobozzz/PeerTube.git] / 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>