`);\r\n console.log(event.node.res.statusCode);\r\n });\r\n});\r\n```\r\n\r\nAnd I get the following typescript errors:\r\n\r\n- Argument of type '\"render:html\"' is not assignable to parameter of type 'HookKeys\u003CNitroRuntimeHooks>'.ts(2345)\r\n- Property 'head' does not exist on type 'Partial\u003CRenderResponse>'.ts(2339)\r\n\r\nLooking at `node_modules/nitropack/dist/runtime/types.d.ts`, it seems that `NitroRuntimeHooks` interface is missing `\"render:html\"` property\r\n\r\n\r\n\r\nIn order to resolve this issue, the `NitroRuntimeHooks` interface should be updated to include \"render:html\" property. (https://github.com/unjs/nitro/blob/main/src/runtime/types.ts#L23)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n$ npx tsc\r\nserver/plugins/extend-html.ts:2:23 - error TS2345: Argument of type '\"render:html\"' is not assignable to parameter of type 'HookKeys\u003CNitroRuntimeHooks>'.\r\n\r\n2 nitroApp.hooks.hook(\"render:html\", (html, { event }) => {\r\n ~~~~~~~~~~~~~\r\n\r\nserver/plugins/extend-html.ts:3:10 - error TS2339: Property 'head' does not exist on type 'Partial\u003CRenderResponse>'.\r\n\r\n3 html.head.push(`\u003Cmeta name=\"author\" content=\"Paul Kim\" />`);\r\n ~~~~\r\n\r\n\r\nFound 2 errors in the same file, starting at: server/plugins/extend-html.ts:2\n```\n",[2087,2088],{"name":2034,"color":2035},{"name":1985,"color":1986},21708,"Typescript error when using Nitro plugin due to missing type for \"render:html\"","2023-07-07T10:28:31Z","https://github.com/nuxt/nuxt/issues/21708",0.707469,{"labels":2095,"number":2101,"owner":1994,"repository":1994,"state":2042,"title":2102,"updated_at":2103,"url":2104,"score":2105},[2096,2097,2098],{"name":2034,"color":2035},{"name":1991,"color":1992},{"name":2099,"color":2100},"upstream-bug","B60205",13799,"Server Routes defineEventHandler TypeScript typing error on complex return types","2023-01-19T17:06:46Z","https://github.com/nuxt/nuxt/issues/13799",0.7092001,{"labels":2107,"number":2111,"owner":1994,"repository":1994,"state":2042,"title":2112,"updated_at":2113,"url":2114,"score":2115},[2108,2109,2110],{"name":2034,"color":2035},{"name":1985,"color":1986},{"name":1988,"color":1989},13683,"`IncomingMessage` and `ServerResponse` not assignable to `CompatabilityEvent`","2023-01-19T17:03:26Z","https://github.com/nuxt/nuxt/issues/13683",0.7102258,["Reactive",2117],{},["Set"],["ShallowReactive",2120],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"iHWWWS18OJgLsOxSaQiaTJJONnYvF61mBJaJ6GC1lXQ":-1},"/nuxt/nuxt/23478"]