type alias Handlerimport { type Handler } from "https://deno.land/x/hono@v2.5.5/types.ts"; Type ParametersoptionalP extends string = stringoptionalE extends Partial<Environment> = EnvironmentoptionalS extends Partial<Schema> = Schemadefinition: (c: Context<P, E, S>, next: Next) => Response | Promise<Response | undefined | void>