diff options
| author | Max Nanis | 2025-06-03 05:57:07 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-03 05:57:07 +0700 |
| commit | bf027779eb4c839420406e3547f22f5665ec08ab (patch) | |
| tree | 624bcce8680f695783dba1b052a96fa82d49d027 /src/models/answer.ts | |
| parent | 439653e6ab01ee3a127355bd5b23131693bce52e (diff) | |
| download | panel-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.ts | 9 |
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 |
