Files
vibn-frontend/vibn-agent-runner/dist/tools/shell-api.d.ts

2 lines
125 B
TypeScript

export declare function executeCommand(workspaceRoot: string, command: string, workingDirectory?: string): Promise<unknown>;