This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
anamnesis-shared
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Mobile word structure added
master
kj1352
4 years ago
parent
a3da6aa108
commit
7627b89214
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
models/word.ts
+ 4
- 0
models/word.ts
View File
@@ -18,4 +18,8 @@ export interface Word {
similarWords?: Array<string>,
oppositeWords?: Array<string>,
grammaticalDetails: Array<gramaticalDetail>,
}
export interface MobileWord extends Word {
_id: string
}
Write
Preview
Loading…
Cancel
Save