Split types and typings
[oweals/peertube.git] / server / helpers / actor.ts
index 117548a60cd9db06a43317cff9190d8c0c96d4e1..015b4a39ffb3a1d2afe2c9a4ad7ff7952e4916bb 100644 (file)
@@ -1,6 +1,6 @@
 import { ActorModel } from '../models/activitypub/actor'
 import * as Bluebird from 'bluebird'
-import { MActorFull, MActorAccountChannelId } from '../typings/models'
+import { MActorFull, MActorAccountChannelId } from '../types/models'
 
 type ActorFetchByUrlType = 'all' | 'association-ids'