interface AchievementTranslationEntries {
    [key: string]: AchievementTranslationEntry;
}

Indexable