API ReferenceTypesUpdateConversationArgsOn this pageUpdateConversationArgs type UpdateConversationArgs = { archived?: boolean; id: number; title: string;}; Properties archived? optional archived: boolean; id id: number; title title: string;