2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 12:08:27 +00:00
books/utils/types.ts
2022-05-23 16:18:21 +05:30

3 lines
124 B
TypeScript

export type Translation = { translation: string; context?: string };
export type LanguageMap = Record<string, Translation>;