import type { MultiCommunityId } from "./MultiCommunityId"; export type GetMultiCommunity = { id?: MultiCommunityId; name?: string; };