feat:fix dict list
This commit is contained in:
@@ -339,3 +339,9 @@ export const SlideType = {
|
||||
HORIZONTAL: 0,
|
||||
VERTICAL: 1,
|
||||
}
|
||||
|
||||
export interface StudyData {
|
||||
index: number,
|
||||
words: any[],
|
||||
wrongWords: any[],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user