@rendley/sdk - v1.12.6
    Preparing search index...

    Interface ZodArrayDef<T>

    interface ZodArrayDef<T extends Zod.ZodTypeAny = Zod.ZodTypeAny> {
        description?: string;
        errorMap?: Zod.ZodErrorMap;
        exactLength: null | { message?: string; value: number };
        maxLength: null | { message?: string; value: number };
        minLength: null | { message?: string; value: number };
        type: T;
        typeName: ZodArray;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    errorMap?: Zod.ZodErrorMap
    exactLength: null | { message?: string; value: number }
    maxLength: null | { message?: string; value: number }
    minLength: null | { message?: string; value: number }
    type: T
    typeName: ZodArray