aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/models/ExecResult.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/models/ExecResult.ts')
-rw-r--r--frontend/app/models/ExecResult.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/models/ExecResult.ts b/frontend/app/models/ExecResult.ts
index 59b8ee8..e0b6bb4 100644
--- a/frontend/app/models/ExecResult.ts
+++ b/frontend/app/models/ExecResult.ts
@@ -1,4 +1,5 @@
export type ExecResultStatus =
+ | "waiting_submission"
| "running"
| "success"
| "wrong_answer"