X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-change-ownership.ts;h=d99f25071f2179186172371adfc24187e22ded43;hb=6b5f72beda96d8b7e4d6329c4001827334de27dd;hp=6cad48e4a91c9a8f7dbbd976a451c2f0e46d174a;hpb=077f344891b3f4b00a8a4f8d700306d4392b3a2f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/video/video-change-ownership.ts b/server/types/models/video/video-change-ownership.ts index 6cad48e4a..d99f25071 100644 --- a/server/types/models/video/video-change-ownership.ts +++ b/server/types/models/video/video-change-ownership.ts @@ -1,7 +1,7 @@ import { VideoChangeOwnershipModel } from '@server/models/video/video-change-ownership' -import { PickWith } from '@shared/core-utils' +import { PickWith } from '@shared/typescript-utils' import { MAccountDefault, MAccountFormattable } from '../account/account' -import { MVideoWithAllFiles, MVideoFormattable } from './video' +import { MVideoFormattable, MVideoWithAllFiles } from './video' type Use = PickWith