import { VideoChangeOwnershipModel } from '@server/models/video/video-change-ownership' import { PickWith } from '@server/typings/utils' import { MAccountDefault, MVideoWithFileThumbnail } from '@server/typings/models' export type MVideoChangeOwnership = Omit export type MVideoChangeOwnershipFull = MVideoChangeOwnership & PickWith & PickWith & PickWith