Skip to content

Commit 57211ca

Browse files
authored
Update src/types/quizzes.d.ts
1 parent 92415bf commit 57211ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/quizzes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export interface BaseQuestionOption {
168168
images?: Nullable<QuestionImages>;
169169
}
170170

171-
export interface QuestionOption extends BaseOption {
171+
export interface QuestionOption extends BaseQuestionOption {
172172
id: number;
173173
}
174174

0 commit comments

Comments
 (0)