import type { MultiCommunityView } from "./MultiCommunityView"; export type MultiCommunityResponse = { multi_community_view: MultiCommunityView; };