Zodiac API Documentation - v0.0.3
    Preparing search index...

    Type Alias ZodNonEmptyArray<T>

    ZodNonEmptyArray: ZodArray<T, "atleastone">

    Type Parameters