aboutsummaryrefslogtreecommitdiff
path: root/src/models/answer.ts
diff options
context:
space:
mode:
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