type alias NotFoundHandlerimport { type NotFoundHandler } from "https://dotland.deno.dev/x/hono@v4.2.2/types.ts"; Type ParametersoptionalE extends Env = anydefinition: (c: Context<E>) => Response | Promise<Response>