class NestResponse implements Responseimport { NestResponse } from "https://deno.land/x/deno_nest@v3.6.2/modules/hono/mod.ts"; ConstructorsnewNestResponse(context: HonoContext)Propertiesbody: | string | object | number | boolean | nullheaders: HeadersoriginalContext: HonoContextstatus: StatusreadonlystatusTextMethodsgetOriginalContext<T>(): Trender(): HonoResponse