]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/activitypub/activitypub-root.ts
Update open api routes
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / activitypub-root.ts
... / ...
CommitLineData
1import { Activity } from './activity'
2import { ActivityPubCollection } from './activitypub-collection'
3import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
4
5export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection<Activity>