import type { CommunityView } from "./CommunityView"; import type { LanguageId } from "./LanguageId"; /** * A simple community response. */ export type CommunityResponse = { community_view: CommunityView; discussion_languages: Array; };