feat: avatars in order messages

This commit is contained in:
Kirill
2026-05-21 21:05:22 +05:00
parent d69647ffe3
commit 7e7bade80c
7 changed files with 103 additions and 35 deletions
@@ -37,7 +37,14 @@ export type AdminOrderDetailResponse = {
comment: string | null
createdAt: string
updatedAt: string
user: { id: string; email: string; displayName: string | null }
user: {
id: string
email: string
displayName: string | null
avatar?: string | null
avatarType?: string | null
avatarStyle?: string | null
}
items: Array<{
id: string
productId: string