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