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