interface AchievementTranslationEntry {
    description?: string;
    name?: string;
}

Properties

Properties

description?: string
name?: string