mirror of
https://github.com/frappe/books.git
synced 2025-02-02 12:08:27 +00:00
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
export type Translation = { translation: string; context?: string };
|
|
export type LanguageMap = Record<string, Translation>;
|