Send
-
Delay(ms)
+
Delay(s)
Repeat
diff --git a/FRONTEND/src/untils/types.ts b/FRONTEND/src/untils/types.ts
index e26fa83..e769cee 100644
--- a/FRONTEND/src/untils/types.ts
+++ b/FRONTEND/src/untils/types.ts
@@ -163,6 +163,8 @@ export type IScenario = {
body: string;
timeout: number;
isReboot: boolean;
+ is_reboot: boolean;
+ send_result: boolean;
updated_at: string;
};