import { VideoShareModel } from '../../../models/video/video-share' import { PickWith } from '../../utils' import { MActorDefault } from '../account' import { MVideo } from './video' export type MVideoShare = Omit export type MVideoShareActor = MVideoShare & PickWith export type MVideoShareFull = MVideoShareActor & PickWith