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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/activitypub/activitypub-root.ts b/shared/models/activitypub/activitypub-root.ts
index 6a67f3101..22dff83a2 100644
--- a/shared/models/activitypub/activitypub-root.ts
+++ b/shared/models/activitypub/activitypub-root.ts
@@ -2,4 +2,4 @@ import { Activity } from './activity'
2import { ActivityPubCollection } from './activitypub-collection' 2import { ActivityPubCollection } from './activitypub-collection'
3import { ActivityPubOrderedCollection } from './activitypub-ordered-collection' 3import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
4 4
5export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection 5export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection<Activity>