mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-03-14 03:41:13 +00:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
export class TranslationData {
|
||
|
[key: string]: string;
|
||
|
}
|