interface BerryTranslationEntries {
    [key: string]: BerryTranslationEntry;
}

Indexable

[key: string]: BerryTranslationEntry