ci: fixed files after merging

This commit is contained in:
Moyasee
2025-10-20 16:26:25 +03:00
parent e3685ba233
commit 9b693f2297
3 changed files with 12 additions and 10 deletions

View File

@@ -84,6 +84,7 @@ export interface GameAchievement {
unlockedAchievements: UnlockedAchievement[];
updatedAt: number | undefined;
achievementImageUrl?: string | null;
language?: string;
}
export type AchievementCustomNotificationPosition =