AgentHookFn
AgentHookFn = (
ctx,next) =>Promise<void>
Function type for the agent hook.
Parameters
Section titled “Parameters”() => Promise<void>
Returns
Section titled “Returns”Promise<void>
AgentHookFn = (
ctx,next) =>Promise<void>
Function type for the agent hook.
() => Promise<void>
Promise<void>