mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 08:44:19 +03:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
export interface TranslationRes {
|
|
[x: string]: string | TranslationRes;
|
|
}
|