mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
export type Translation = { translation: string; context?: string };
|
|
export type LanguageMap = Record<string, Translation>;
|