import type { CommunityId } from "./CommunityId"; import type { MultiCommunityId } from "./MultiCommunityId"; export type MultiCommunityEntry = { multi_community_id: MultiCommunityId; community_id: CommunityId; };