feat(web): show conversation value group

This commit is contained in:
mlogclub
2026-05-02 11:34:58 +08:00
parent 0e0747bfc4
commit 853522404b
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@ export type AgentConversation = {
priority: number
currentAssigneeId: number
currentAssigneeName?: string
currentTeamId: number
currentTeamName?: string
lastMessageId: number
lastMessageAt?: string
lastActiveAt?: string