Skip to content

agent-core / Exports / ICommandHookDefinition

Interface: ICommandHookDefinition

Command hook — executes a shell command

Table of contents

Properties

Properties

type

type: "command"

Defined in

packages/agent-core/src/hooks/types.ts:18


command

command: string

Defined in

packages/agent-core/src/hooks/types.ts:19


timeout

Optional timeout: number

Defined in

packages/agent-core/src/hooks/types.ts:20

Released under the MIT License.