mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 14:50:44 +00:00
8 lines
263 B
TypeScript
8 lines
263 B
TypeScript
export type HookHandler = import("./internal-hook-types.js").InternalHookHandler;
|
|
|
|
export type { AgentBootstrapHookContext } from "./internal-hooks.js";
|
|
export {
|
|
createInternalHookEvent as createHookEvent,
|
|
isAgentBootstrapEvent,
|
|
} from "./internal-hooks.js";
|