import { ActorFollowModel } from '../../../models/activitypub/actor-follow' import { MActor, MActorAccountChannel, MActorChannel, MActorChannelAccount, MActorDefault, MActorHost, MActorUsername } from './actor' import { PickWith } from '../../utils' export type MActorFollow = Omit export type MActorFollowActors = MActorFollow & PickWith & PickWith export type MActorFollowActorsDefault = MActorFollow & PickWith & PickWith export type MActorFollowActorsDefaultSubscription = MActorFollow & PickWith & PickWith export type MActorFollowFull = MActorFollow & PickWith & PickWith export type MActorFollowFollowingHost = MActorFollow & PickWith export type MActorFollowSubscriptions = MActorFollow & PickWith