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