刘洋 преди 9 месеца
родител
ревизия
c4c044a135
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/types/index.ts

+ 1 - 0
src/types/index.ts

@@ -259,6 +259,7 @@ interface RawQuestion {
   headerTrack?: any;
   selective?: any;
   hasSetUnselective?: any;
+  selectivePart?: any;
 }
 export interface Question extends RawQuestion {
   /** question 在 task 里面的 index ,用来对应 scoreList 的 score */