fix text question type

This commit is contained in:
nflnkr 2024-06-19 21:23:39 +03:00
parent 9b6b89f6cb
commit e3d893b0aa
2 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ export interface QuizQuestionText extends QuizQuestionBase {
required: boolean;
/** Чекбокс "Автозаполнение адреса" */
autofill: boolean;
answerType: "single" | "multi";
answerType: "single" | "multi" | "numberOnly";
hint: QuestionHint;
rule: QuestionBranchingRule;
back: string;

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