type alias z.ZodNonEmptyArrayimport { type z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { ZodNonEmptyArray } = z; Type ParametersT extends ZodTypeAnydefinition: ZodArray<T, "atleastone">