]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/server/server.ts
Prevent invalid end watch section warnings
[github/Chocobozzz/PeerTube.git] / server / types / models / server / server.ts
index 876186fc0bde041a2dba060a69da1926b8af3331..0b16186cd67aabb6d61cb191b48468277a25e1da 100644 (file)
@@ -1,5 +1,5 @@
+import { FunctionProperties, PickWith } from '@shared/typescript-utils'
 import { ServerModel } from '../../../models/server/server'
-import { FunctionProperties, PickWith } from '@shared/core-utils'
 import { MAccountBlocklistId } from '../account'
 
 type Use<K extends keyof ServerModel, M> = PickWith<ServerModel, K, M>