aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/activitypub-root.ts
blob: 6a67f31010d6c06415022f51c5cd9dc5f6c2efc5 (plain) (blame)
1
2
3
4
5
import { Activity } from './activity'
import { ActivityPubCollection } from './activitypub-collection'
import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'

export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection