method z.ZodType.prototype.arrayimport { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { ZodType } = z; array(): ZodArray<this>ReturnsZodArray<this>