build: restore dev type compatibility

This commit is contained in:
ejclaw
2026-04-20 09:06:38 +09:00
parent be7383d68c
commit 34a51c95b2
2 changed files with 11 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export interface HostEvidenceRequest {
export interface HostEvidenceResult {
ok: boolean;
action: HostEvidenceAction;
action: HostEvidenceAction | 'ejclaw_room_runtime';
command: string;
stdout: string;
stderr: string;