diff options
Diffstat (limited to 'server/typings')
-rw-r--r-- | server/typings/models/account/actor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/typings/models/account/actor.ts b/server/typings/models/account/actor.ts index bcacb8351..ee4ece755 100644 --- a/server/typings/models/account/actor.ts +++ b/server/typings/models/account/actor.ts | |||
@@ -19,7 +19,7 @@ export type MActorUsername = Pick<MActor, 'preferredUsername'> | |||
19 | 19 | ||
20 | export type MActorFollowersUrl = Pick<MActor, 'followersUrl'> | 20 | export type MActorFollowersUrl = Pick<MActor, 'followersUrl'> |
21 | export type MActorAudience = MActorUrl & MActorFollowersUrl | 21 | export type MActorAudience = MActorUrl & MActorFollowersUrl |
22 | export type MActorFollowerException = Pick<ActorModel, 'sharedInboxUrl' | 'inboxUrl'> | 22 | export type MActorWithInboxes = Pick<ActorModel, 'sharedInboxUrl' | 'inboxUrl' | 'getSharedInbox'> |
23 | export type MActorSignature = MActorAccountChannelId | 23 | export type MActorSignature = MActorAccountChannelId |
24 | 24 | ||
25 | export type MActorLight = Omit<MActor, 'privateKey' | 'privateKey'> | 25 | export type MActorLight = Omit<MActor, 'privateKey' | 'privateKey'> |