# AfterResponseHook

**Kind:** Type

**Source:** [`src/helper/ssg/ssg.ts`](https://github.com/honojs/hono/blob/main/src/helper/ssg/ssg.ts#L111)

**Part of:** [Helper](subsystem-src-helper)

## Definition

```ts
(res: Response) => Response | false | Promise<Response | false>
```
