interface DialogueTranslationCategory {
    [category: string]: DialogueTranslationEntry;
}

Indexable

[category: string]: DialogueTranslationEntry