Integration App SDK - v1.14.0
    Preparing search index...

    Interface ZodTupleDef<T, Rest>

    interface ZodTupleDef<
        T extends ZodTupleItems
        | [] = ZodTupleItems,
        Rest extends ZodTypeAny | null = null,
    > {
        errorMap?: ZodErrorMap;
        description?: string;
        items: T;
        rest: Rest;
        typeName: ZodTuple;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    items: T
    rest: Rest
    typeName: ZodTuple