fix: bound sentinel submit action wait

This commit is contained in:
Codex
2026-06-27 04:41:23 +00:00
parent ee784a2934
commit 76978a6160
4 changed files with 18 additions and 3 deletions
+1
View File
@@ -202,6 +202,7 @@ export interface NodeWebProbeObserveOptions {
commandSeverity: string | null;
commandAlternateSessionStrategy: string | null;
commandExpectedSentinelRange: string | null;
commandExpectedActionWaitMs: number | null;
commandRequireComposerReady: boolean;
commandFindingId: string | null;
commandBlocking: boolean | null;