pub type ShellHookEvent = LifecycleHookEvent;Expand description
Backward-compatible name retained for SDK consumers.
Aliased Type§
pub enum ShellHookEvent {
SessionStart,
UserPromptSubmit,
PreToolUse,
PostToolUse,
Stop,
SessionEnd,
PreCompact,
Notification,
}