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