aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/activitypub-ordered-collection.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/activitypub-ordered-collection.ts')
-rw-r--r--shared/models/activitypub/activitypub-ordered-collection.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/models/activitypub/activitypub-ordered-collection.ts b/shared/models/activitypub/activitypub-ordered-collection.ts
index 487d8cee0..dfec0bb76 100644
--- a/shared/models/activitypub/activitypub-ordered-collection.ts
+++ b/shared/models/activitypub/activitypub-ordered-collection.ts
@@ -1,5 +1,3 @@
1import { Activity } from './activity'
2
3export interface ActivityPubOrderedCollection<T> { 1export interface ActivityPubOrderedCollection<T> {
4 '@context': string[] 2 '@context': string[]
5 type: 'OrderedCollection' | 'OrderedCollectionPage' 3 type: 'OrderedCollection' | 'OrderedCollectionPage'