import { AccountVideoRateModel } from '@server/models/account/account-video-rate' import { PickWith } from '@server/typings/utils' import { MAccountAudience, MAccountUrl, MVideo } from '..' export type MAccountVideoRate = Omit export type MAccountVideoRateAccountUrl = MAccountVideoRate & PickWith export type MAccountVideoRateAccountVideo = MAccountVideoRate & PickWith & PickWith