mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
fix error
This commit is contained in:
parent
c2f711313d
commit
93a8ddd1c0
@ -11,7 +11,7 @@ export interface SimpleTranslationEntries {
|
||||
|
||||
export interface FusionTranslationEntries {
|
||||
shouldReverse?: string,
|
||||
[key: string]: FusionTranslationEntry | string,
|
||||
[key: string]: FusionTranslationEntry | string | undefined,
|
||||
}
|
||||
|
||||
export interface FusionTranslationEntry {
|
||||
|
Loading…
Reference in New Issue
Block a user