]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-share.ts
Refactor schedule update
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-share.ts
index 50ca75d269b8858b8a3609fcec1d72db7b95006b..78f44e58ccb6b79d9f95aec02b28d2bd9f5aff07 100644 (file)
@@ -1,6 +1,6 @@
+import { PickWith } from '@shared/core-utils'
 import { VideoShareModel } from '../../../models/video/video-share'
-import { PickWith } from '../../utils'
-import { MActorDefault } from '../account'
+import { MActorDefault } from '../actor'
 import { MVideo } from './video'
 
 type Use<K extends keyof VideoShareModel, M> = PickWith<VideoShareModel, K, M>