]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/typings/models/user/user.ts
Add ability to disable webtorrent
[github/Chocobozzz/PeerTube.git] / server / typings / models / user / user.ts
index 52d6d4a057f191ffde59366cb95c2fbc6813c0ec..a2750adc7855d7a67967e7f5e53dfd67b0e27d79 100644 (file)
@@ -11,7 +11,7 @@ import {
 } from '../account'
 import { MNotificationSetting, MNotificationSettingFormattable } from './user-notification-setting'
 import { AccountModel } from '@server/models/account/account'
-import { MChannelFormattable } from '@server/typings/models'
+import { MChannelFormattable } from '../video/video-channels'
 
 type Use<K extends keyof UserModel, M> = PickWith<UserModel, K, M>