diff --git a/types/koa/index.d.ts b/types/koa/index.d.ts index ea6bd60a46..1cd6166f62 100644 --- a/types/koa/index.d.ts +++ b/types/koa/index.d.ts @@ -694,6 +694,7 @@ declare namespace Application { * To bypass Koa's built-in response handling, you may explicitly set `ctx.respond = false;` */ respond?: boolean; + [key: string]: any; } }