Reorganize client shared modules
[oweals/peertube.git] / server / types / models / server / server.ts
index b35e55aeb556d1e139f41438487239217adc788c..f8b053e3b9cc2c2479f371b305f3b60677448b92 100644 (file)
@@ -1,5 +1,5 @@
 import { ServerModel } from '../../../models/server/server'
-import { FunctionProperties, PickWith } from '../../utils'
+import { FunctionProperties, PickWith } from '@shared/core-utils'
 import { MAccountBlocklistId } from '../account'
 
 type Use<K extends keyof ServerModel, M> = PickWith<ServerModel, K, M>