kinetex - v1.0.0-rc.1
    Preparing search index...

    Type Alias AroundHook

    AroundHook: (
        ctx: HookContext,
        next: () => Promise<HookResponse>,
    ) => Promise<HookResponse>

    "Around" hook that wraps the dispatch — receives next to call the inner pipeline

    Type Declaration