X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Factor%2Factor.ts;h=9ce97094fbd15cda506e575554104637c62aebc0;hb=6b5f72beda96d8b7e4d6329c4001827334de27dd;hp=b3a70cbcef408646ceaf43ac475143b3c0ee0ebf;hpb=cf21b2cbef61929177b9c09b5e017c3b7eb8535d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/actor/actor.ts b/server/types/models/actor/actor.ts index b3a70cbce..9ce97094f 100644 --- a/server/types/models/actor/actor.ts +++ b/server/types/models/actor/actor.ts @@ -1,4 +1,4 @@ -import { FunctionProperties, PickWith, PickWithOpt } from '@shared/core-utils' +import { FunctionProperties, PickWith, PickWithOpt } from '@shared/typescript-utils' import { ActorModel } from '../../../models/actor/actor' import { MAccount, MAccountDefault, MAccountId, MAccountIdActor } from '../account' import { MServer, MServerHost, MServerHostBlocks, MServerRedundancyAllowed } from '../server'