X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-blacklist.ts;fp=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-blacklist.ts;h=048b63bd2052a58e1b82f49f885fc6468eb38696;hb=6b5f72beda96d8b7e4d6329c4001827334de27dd;hp=2ac912405e169fd8d7d5d03180f0b6133cc1bbe0;hpb=077f344891b3f4b00a8a4f8d700306d4392b3a2f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/video/video-blacklist.ts b/server/types/models/video/video-blacklist.ts index 2ac912405..048b63bd2 100644 --- a/server/types/models/video/video-blacklist.ts +++ b/server/types/models/video/video-blacklist.ts @@ -1,5 +1,5 @@ +import { PickWith } from '@shared/typescript-utils' import { VideoBlacklistModel } from '../../../models/video/video-blacklist' -import { PickWith } from '@shared/core-utils' import { MVideo, MVideoFormattable } from './video' type Use = PickWith