import type { CommunityId } from "./CommunityId"; import type { MultiCommunityId } from "./MultiCommunityId"; export type CreateOrDeleteMultiCommunityEntry = { id: MultiCommunityId; community_id: CommunityId; };