type alias z.KeySchemaimport { type z } from "https://deno.land/x/pup@1.0.0-rc.3/deps.ts"; const { KeySchema } = z; definition: ZodType<string | number | symbol, any, any>