1 export type NewDiscussionRecipientSubSubject = Readonly<{ 2 id: string; 3 name: string; 4 from: string; 5 }>;