]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-caption.ts
Use 3 tables to represent abuses
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-caption.ts
index 9bb067001ecc9704d399c42e79e50c4b0e66f26f..ab80ff8305c9bb73cc92cad918e68d3669fb8692 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoCaptionModel } from '../../../models/video/video-caption'
-import { FunctionProperties, PickWith } from '@server/types/utils'
+import { FunctionProperties, PickWith } from '@shared/core-utils'
 import { MVideo, MVideoUUID } from './video'
 
 type Use<K extends keyof VideoCaptionModel, M> = PickWith<VideoCaptionModel, K, M>