Skip to content

agent-core / Exports / IHookDefinition

Interface: IHookDefinition

A single hook definition

Table of contents

Properties

Properties

type

type: "command"

Shell command to execute

Defined in

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


command

command: string

Defined in

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

Released under the MIT License.