fix result question type

This commit is contained in:
nflnkr 2024-06-19 21:32:14 +03:00
parent e3d893b0aa
commit 8e65ef1d63
2 changed files with 2 additions and 1 deletions

@ -17,6 +17,7 @@ export interface QuizQuestionResult extends QuizQuestionBase {
rule: ResultQuestionBranchingRule;
hint: QuestionHint;
autofill: boolean;
usage: boolean;
redirect: string;
};
}

@ -1,6 +1,6 @@
{
"name": "@frontend/squzanswerer",
"version": "1.0.48",
"version": "1.0.49",
"type": "module",
"main": "./dist-package/index.js",
"module": "./dist-package/index.js",