interface DialogueTranslationEntry {
    [key: number]: string;
}

Indexable

[key: number]: string