]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/actor/actor.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / types / models / actor / actor.ts
index b3a70cbcef408646ceaf43ac475143b3c0ee0ebf..9ce97094fbd15cda506e575554104637c62aebc0 100644 (file)
@@ -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'