MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / ShellAction

Interface ShellAction

app/types/actions.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface ShellAction extends BaseAction {
13 type: 'shell';
14}
15
16export type BoltAction = FileAction | ShellAction;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected