Skip to content

Commit 92415bf

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

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
@@ -159,7 +159,7 @@ export interface QuizResult extends Record<string, any> {
159159
results_url: string;
160160
}
161161

162-
export interface BaseOption {
162+
export interface BaseQuestionOption {
163163
value: string;
164164
attribute: Nullable<{
165165
name: string;

0 commit comments

Comments
 (0)