type alias ExtractSchemaimport { type ExtractSchema } from "https://dotland.deno.dev/x/hono@v3.7.0-rc.1/types.ts"; Type ParametersTdefinition: UnionToIntersection<T extends Hono<infer _, infer S, any> ? S : never>