fix type error

This commit is contained in:
Tamara 2024-03-04 15:00:33 +03:00
parent 931b59a384
commit 98980f5c09

@ -45,6 +45,7 @@ export type QuizSettings = {
};
cnt: number;
recentlyCompleted: boolean;
show_badge: boolean;
};
export interface QuizConfig {