]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-live.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-live.ts
index 346052417bdb7b4c1e75179efc56a399e30bf730..903cea9820854a9890af328c4dc65f3797f3a5ba 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoLiveModel } from '@server/models/video/video-live'
-import { PickWith } from '@shared/core-utils'
+import { PickWith } from '@shared/typescript-utils'
 import { MVideo } from './video'
 
 type Use<K extends keyof VideoLiveModel, M> = PickWith<VideoLiveModel, K, M>