nexus-agents - v2.80.0
    Preparing search index...

    Type Alias NodeHook

    NodeHook: (ctx: NodeHookContext) => Promise<Result<void, HookError>>

    Hook function signature. Returns ok(void) on success, err(HookError) on failure.

    Type Declaration