import type { MultiCommunityId } from "./MultiCommunityId"; export type EditMultiCommunity = { id: MultiCommunityId; title?: string; summary?: string; sidebar?: string; deleted?: boolean; };