type alias Schemaimport { type Schema } from "https://deno.land/x/hono@v2.5.5/validator/schema.ts"; definition: { [key: string]: | VString | VNumber | VBoolean | VStringArray | VNumberArray | VBooleanArray | Schema | VObject<Schema> | VArray<Schema>; }