type alias KeySchemaimport { type KeySchema } from "https://deno.land/x/zod@v3.23.3/types.ts"; definition: ZodType<string | number | symbol, any, any>