From b5fecbf44192144d1ca27c23a0b53922de288c10 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 21 Aug 2019 14:31:57 +0200 Subject: Type toActivityPubObject functions --- server/typings/models/account/account.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/typings/models/account/account.ts') diff --git a/server/typings/models/account/account.ts b/server/typings/models/account/account.ts index cd20fe81b..ec78fece8 100644 --- a/server/typings/models/account/account.ts +++ b/server/typings/models/account/account.ts @@ -1,6 +1,7 @@ import { AccountModel } from '../../../models/account/account' import { MActor, + MActorAP, MActorAPI, MActorAudience, MActorDefault, @@ -89,3 +90,6 @@ export type MAccountSummaryFormattable = FunctionProperties & export type MAccountFormattable = FunctionProperties & Pick & Use<'Actor', MActorFormattable> + +export type MAccountAP = Pick & + Use<'Actor', MActorAP> -- cgit v1.2.3