AFFiNE/scripts/i18n/utils.ts

4 lines
76 B
TypeScript

export interface TranslationRes {
[x: string]: string | TranslationRes;
}