UNPKG
@bmat/translation-management
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Manage Front-End translations from multiple sources
bitbucket.org/bmat-music/translation-management
@bmat/translation-management
/
dist
/
lib
/
interfaces
/
i18n-json.interface.d.ts
8 lines
(7 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Shared Interfaces */
export
declare
type
I18nJson =
string
| I18nNode;
export
interface
I18nNode { [
key
:
string
]: I18nJson; }