From f92e7f76d43cbad173be87f47105b9a02032318a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 21 Aug 2019 08:57:00 +0200 Subject: Fix ownership change --- server/typings/models/account/account.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'server/typings/models') diff --git a/server/typings/models/account/account.ts b/server/typings/models/account/account.ts index 33940517e..cd20fe81b 100644 --- a/server/typings/models/account/account.ts +++ b/server/typings/models/account/account.ts @@ -1,17 +1,16 @@ import { AccountModel } from '../../../models/account/account' import { MActor, - MActorAccountChannelId, MActorAPI, MActorAudience, MActorDefault, MActorDefaultLight, + MActorFormattable, MActorId, MActorServer, MActorSummary, MActorSummaryFormattable, - MActorUrl, - MActorFormattable + MActorUrl } from './actor' import { FunctionProperties, PickWith } from '../../utils' import { MAccountBlocklistId } from './account-blocklist' @@ -35,7 +34,7 @@ export type MAccountUrl = Use<'Actor', MActorUrl> export type MAccountAudience = Use<'Actor', MActorAudience> export type MAccountIdActor = MAccountId & - Use<'Actor', MActorAccountChannelId> + Use<'Actor', MActor> export type MAccountIdActorId = MAccountId & Use<'Actor', MActorId> -- cgit v1.2.3