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