import { type Schema } from "https://deno.land/x/hono@v3.7.1/types.ts";
definition: { [Path: string]: { [Method: `$${Lowercase<string>}`]: { input: Partial<ValidationTargets> & { param?: Record<string, string>; }; output: { }; }; }; }
import { type Schema } from "https://deno.land/x/hono@v3.7.1/types.ts";