Skip to content

Commit c020856

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

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
@@ -172,7 +172,7 @@ export interface QuestionOption extends BaseQuestionOption {
172172
id: number;
173173
}
174174

175-
export interface FilterQuestionOption extends BaseOption {
175+
export interface FilterQuestionOption extends BaseQuestionOption {
176176
id: string;
177177
}
178178

0 commit comments

Comments
 (0)