UNPKG
google-sheet-translation
Version:
latest (1.0.0)
1.0.0
...
github.com/JoVi0li/google-sheet-translation
JoVi0li/google-sheet-translation
google-sheet-translation
/
src
/
interface
/
ilang.ts
4 lines
•
55 B
text/typescript
View Raw
1
2
3
4
export
interface
ILang
{
key
:
string
;
json
:
JSON
; }