Browse Source

Mobile word structure added

master
kj1352 4 years ago
parent
commit
7627b89214
1 changed files with 4 additions and 0 deletions
  1. +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
}

Loading…
Cancel
Save