]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-change-ownership.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-change-ownership.ts
index 6cad48e4a91c9a8f7dbbd976a451c2f0e46d174a..d99f25071f2179186172371adfc24187e22ded43 100644 (file)
@@ -1,7 +1,7 @@
 import { VideoChangeOwnershipModel } from '@server/models/video/video-change-ownership'
-import { PickWith } from '@shared/core-utils'
+import { PickWith } from '@shared/typescript-utils'
 import { MAccountDefault, MAccountFormattable } from '../account/account'
-import { MVideoWithAllFiles, MVideoFormattable } from './video'
+import { MVideoFormattable, MVideoWithAllFiles } from './video'
 
 type Use<K extends keyof VideoChangeOwnershipModel, M> = PickWith<VideoChangeOwnershipModel, K, M>