feat: подробное отображение ошибок синхронизации

This commit is contained in:
2026-05-12 00:18:47 +03:00
parent fb8ad6de7c
commit 9b28a09253
5 changed files with 122 additions and 6 deletions
+1
View File
@@ -166,6 +166,7 @@ export interface SyncResultDto {
updated: number
skipped: number
error?: string | null
details?: string[] | null
}
export interface UserAchievementDto {