]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/videos/ownership.ts
Split types and typings
[github/Chocobozzz/PeerTube.git] / server / controllers / api / videos / ownership.ts
index 540a49010198833c2d928f83215039b4d9b3f9b4..d76fee51d4f6e2d727b43bf522a3997ac3526d57 100644 (file)
@@ -18,7 +18,7 @@ import { getFormattedObjects } from '../../../helpers/utils'
 import { changeVideoChannelShare } from '../../../lib/activitypub/share'
 import { sendUpdateVideo } from '../../../lib/activitypub/send'
 import { VideoModel } from '../../../models/video/video'
-import { MVideoFullLight } from '@server/typings/models'
+import { MVideoFullLight } from '@server/types/models'
 
 const ownershipVideoRouter = express.Router()