diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/activitypub/activitypub-ordered-collection.ts | 2 | ||||
-rw-r--r-- | shared/models/users/user-login.model.ts | 2 |
2 files changed, 1 insertions, 3 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 @@ | |||
1 | import { Activity } from './activity' | ||
2 | |||
3 | export interface ActivityPubOrderedCollection<T> { | 1 | export interface ActivityPubOrderedCollection<T> { |
4 | '@context': string[] | 2 | '@context': string[] |
5 | type: 'OrderedCollection' | 'OrderedCollectionPage' | 3 | type: 'OrderedCollection' | 'OrderedCollectionPage' |
diff --git a/shared/models/users/user-login.model.ts b/shared/models/users/user-login.model.ts index b0383c695..1e85ab30b 100644 --- a/shared/models/users/user-login.model.ts +++ b/shared/models/users/user-login.model.ts | |||
@@ -2,4 +2,4 @@ export interface UserLogin { | |||
2 | access_token: string | 2 | access_token: string |
3 | refresh_token: string | 3 | refresh_token: string |
4 | token_type: string | 4 | token_type: string |
5 | } \ No newline at end of file | 5 | } |