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

    Type Alias AfterResponseHook

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

    Called after a response is processed (no return value)

    Type Declaration

      • (res: HookResponse, ctx: HookContext): Promise<void> | void
      • Parameters

        Returns Promise<void> | void