interface StatusEffectTranslationEntries {
    [key: string]: StatusEffectTranslationEntry;
}

Indexable