import type { MultiCommunityId } from "./MultiCommunityId"; export type FollowMultiCommunity = { multi_community_id: MultiCommunityId; follow: boolean; };