Split types and typings
[oweals/peertube.git] / server / middlewares / validators / videos / video-channels.ts
index 6604ae6a880bb0bef9e627826560eb3337f5a600..2e4e755e78f847e10413d077cd18de00f3a6dfe3 100644 (file)
@@ -1,7 +1,7 @@
 import * as express from 'express'
 import { body, param, query } from 'express-validator'
 import { VIDEO_CHANNELS } from '@server/initializers/constants'
-import { MChannelAccountDefault, MUser } from '@server/typings/models'
+import { MChannelAccountDefault, MUser } from '@server/types/models'
 import { UserRight } from '../../../../shared'
 import { isActorPreferredUsernameValid } from '../../../helpers/custom-validators/activitypub/actor'
 import { isBooleanValid, toBooleanOrNull } from '../../../helpers/custom-validators/misc'