aboutsummaryrefslogblamecommitdiffhomepage
path: root/packages/models/src/activitypub/activitypub-root.ts
blob: 2fa1970c78145a10b57e0748417c5016cc3643cd (plain) (tree)
1
2
3
4
5


                                                                                  
 
                                                                                                    
import { Activity } from './activity.js'
import { ActivityPubCollection } from './activitypub-collection.js'
import { ActivityPubOrderedCollection } from './activitypub-ordered-collection.js'

export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection<Activity>