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

    Type Alias BeforeResponseHook

    BeforeResponseHook: (
        res: HookResponse,
        ctx: HookContext,
    ) => Promise<HookResponse | void> | HookResponse | void

    Called before processing a response — may mutate it

    Type Declaration