]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/oauth/oauth-token.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / types / models / oauth / oauth-token.ts
index 396cf642960787c01bc3a993feeeb6c1d426a8a1..6af087e3c1ab9664f4b95f9af17b30f313aabc6b 100644 (file)
@@ -1,5 +1,5 @@
 import { OAuthTokenModel } from '@server/models/oauth/oauth-token'
-import { PickWith } from '@server/types/utils'
+import { PickWith } from '@shared/typescript-utils'
 import { MUserAccountUrl } from '../user/user'
 
 type Use<K extends keyof OAuthTokenModel, M> = PickWith<OAuthTokenModel, K, M>