소스 검색

类型报错处理

刘洋 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 */