]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/oauth/oauth-token.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / types / models / oauth / oauth-token.ts
index 8399af8f1795948235ab4f11bf930609c2571835..6af087e3c1ab9664f4b95f9af17b30f313aabc6b 100644 (file)
@@ -1,5 +1,5 @@
 import { OAuthTokenModel } from '@server/models/oauth/oauth-token'
-import { PickWith } from '@shared/core-utils'
+import { PickWith } from '@shared/typescript-utils'
 import { MUserAccountUrl } from '../user/user'
 
 type Use<K extends keyof OAuthTokenModel, M> = PickWith<OAuthTokenModel, K, M>