import { type IntersectNonAnyTypes } from "https://deno.land/x/hono@v3.7.1/utils/types.ts";
definition: T extends [infer Head, ...infer Rest] ? IfAnyThenEmptyObject<Head> & IntersectNonAnyTypes<Rest> : { }
import { type IntersectNonAnyTypes } from "https://deno.land/x/hono@v3.7.1/utils/types.ts";