Develop dictionary management function
This commit is contained in:
@@ -10,6 +10,8 @@ export type Word = {
|
||||
"usphone": string,
|
||||
"ukphone": string,
|
||||
"trans": string[]
|
||||
checked?: boolean,
|
||||
id?: any,
|
||||
}
|
||||
|
||||
export const DefaultWord: Word = {
|
||||
|
||||
Reference in New Issue
Block a user