aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/activitypub-root.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/activitypub-root.ts')
-rw-r--r--shared/models/activitypub/activitypub-root.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/models/activitypub/activitypub-root.ts b/shared/models/activitypub/activitypub-root.ts
new file mode 100644
index 000000000..6a67f3101
--- /dev/null
+++ b/shared/models/activitypub/activitypub-root.ts
@@ -0,0 +1,5 @@
1import { Activity } from './activity'
2import { ActivityPubCollection } from './activitypub-collection'
3import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
4
5export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection