]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-import.ts
Add server API to abuse messages
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-import.ts
index f1385877e031e621390f951b32d0a7b39cae5005..759b13c6ef2d28dbbc4a2923806e804affb640fb 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoImportModel } from '@server/models/video/video-import'
-import { PickWith, PickWithOpt } from '@server/types/utils'
+import { PickWith, PickWithOpt } from '@shared/core-utils'
 import { MVideo, MVideoAccountLight, MVideoFormattable, MVideoTag, MVideoThumbnail, MVideoWithFile } from './video'
 import { MUser } from '../user/user'