Split types and typings
[oweals/peertube.git] / server / models / oauth / oauth-token.ts
index 38953e8ad0aefd1b5a48d6dbeec5291f8e9e5d6e..7f2313dad169588ca1f8a875acf438e7c3f729b9 100644 (file)
@@ -19,7 +19,7 @@ import { AccountModel } from '../account/account'
 import { ActorModel } from '../activitypub/actor'
 import { clearCacheByToken } from '../../lib/oauth-model'
 import * as Bluebird from 'bluebird'
-import { MOAuthTokenUser } from '@server/typings/models/oauth/oauth-token'
+import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token'
 
 export type OAuthTokenInfo = {
   refreshToken: string