]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/account/account-blocklist.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / types / models / account / account-blocklist.ts
index 3126fd0ab499bbcd99baefa0eccb4cc99123ab22..9dae10915f560583314ec7f7866c944b2bc2b2ee 100644 (file)
@@ -1,5 +1,5 @@
 import { AccountBlocklistModel } from '../../../models/account/account-blocklist'
-import { PickWith } from '@shared/core-utils'
+import { PickWith } from '@shared/typescript-utils'
 import { MAccountDefault, MAccountFormattable } from './account'
 
 type Use<K extends keyof AccountBlocklistModel, M> = PickWith<AccountBlocklistModel, K, M>