1 import type { EntityKind } from "./entity-kind"; 2 3 export type DiscussionMessageRecipient = Readonly<{ 4 name: string 5 kind: EntityKind 6 }>;