blob: 6a67f31010d6c06415022f51c5cd9dc5f6c2efc5 (
plain) (
tree)
|
|
import { Activity } from './activity'
import { ActivityPubCollection } from './activitypub-collection'
import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection
|