build: restore dev type compatibility
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user