feat(word): show/play UK-US audio and add example sentence
This commit is contained in:
@@ -7,6 +7,7 @@ export interface Word {
|
||||
audio_us?: string
|
||||
part_of_speech?: string
|
||||
definition?: string
|
||||
example_sentence?: string
|
||||
}
|
||||
|
||||
export interface MemoryRecord {
|
||||
|
||||
Reference in New Issue
Block a user