aboutsummaryrefslogtreecommitdiff
path: root/src/models/answer.ts
diff options
context:
space:
mode:
authorMax Nanis2025-06-03 05:57:07 +0700
committerMax Nanis2025-06-03 05:57:07 +0700
commitbf027779eb4c839420406e3547f22f5665ec08ab (patch)
tree624bcce8680f695783dba1b052a96fa82d49d027 /src/models/answer.ts
parent439653e6ab01ee3a127355bd5b23131693bce52e (diff)
downloadpanel-ui-bf027779eb4c839420406e3547f22f5665ec08ab.tar.gz
panel-ui-bf027779eb4c839420406e3547f22f5665ec08ab.zip
AnswerSlice to do Validation and use Reducer with lookup table.
Diffstat (limited to 'src/models/answer.ts')
-rw-r--r--src/models/answer.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/models/answer.ts b/src/models/answer.ts
deleted file mode 100644
index ffdb200..0000000
--- a/src/models/answer.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-
-export interface Answer {
- questionId: string;
- values: string[];
- error_msg: string;
-
- _complete: boolean;
- _processing: boolean;
-} \ No newline at end of file