mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-23 21:28:12 +00:00
fix(node-host): bind approved script operands
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import type { SkillBinTrustEntry } from "../infra/exec-approvals.js";
|
||||
import type { SkillBinTrustEntry, SystemRunApprovalPlan } from "../infra/exec-approvals.js";
|
||||
|
||||
export type SystemRunParams = {
|
||||
command: string[];
|
||||
rawCommand?: string | null;
|
||||
systemRunPlan?: SystemRunApprovalPlan | null;
|
||||
cwd?: string | null;
|
||||
env?: Record<string, string>;
|
||||
timeoutMs?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user