]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/schedule-video-update.ts
Split types and typings
[github/Chocobozzz/PeerTube.git] / server / types / models / video / schedule-video-update.ts
similarity index 93%
rename from server/typings/models/video/schedule-video-update.ts
rename to server/types/models/video/schedule-video-update.ts
index 95a53d13968a1da7f361b6728e8f00150adc86e1..6336fdabe9c51f755e334801670574ecf591707b 100644 (file)
@@ -1,5 +1,5 @@
 import { ScheduleVideoUpdateModel } from '../../../models/video/schedule-video-update'
-import { PickWith } from '@server/typings/utils'
+import { PickWith } from '@server/types/utils'
 import { MVideoAPWithoutCaption, MVideoWithBlacklistLight } from './video'
 
 type Use<K extends keyof ScheduleVideoUpdateModel, M> = PickWith<ScheduleVideoUpdateModel, K, M>