]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-redundancy.ts
Add server API to abuse messages
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-redundancy.ts
index 7c7d5203528e5767530dfbbdbf3f52a77e42d880..411375c81e723f4d39a147bc6540d4bd792e2d27 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoRedundancyModel } from '../../../models/redundancy/video-redundancy'
-import { PickWith, PickWithOpt } from '@server/types/utils'
+import { PickWith, PickWithOpt } from '@shared/core-utils'
 import { VideoStreamingPlaylistModel } from '@server/models/video/video-streaming-playlist'
 import { VideoFileModel } from '@server/models/video/video-file'
 import { MVideoFile, MVideoFileVideo } from './video-file'