X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftypes%2Fmodels%2Foauth%2Foauth-token.ts;fp=server%2Ftypes%2Fmodels%2Foauth%2Foauth-token.ts;h=6af087e3c1ab9664f4b95f9af17b30f313aabc6b;hb=6b5f72beda96d8b7e4d6329c4001827334de27dd;hp=8399af8f1795948235ab4f11bf930609c2571835;hpb=077f344891b3f4b00a8a4f8d700306d4392b3a2f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/oauth/oauth-token.ts b/server/types/models/oauth/oauth-token.ts index 8399af8f1..6af087e3c 100644 --- a/server/types/models/oauth/oauth-token.ts +++ b/server/types/models/oauth/oauth-token.ts @@ -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 = PickWith