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

    Interface ZodIntersectionDef<T, U>

    interface ZodIntersectionDef<
        T extends ZodTypeAny = ZodTypeAny,
        U extends ZodTypeAny = ZodTypeAny,
    > {
        errorMap?: ZodErrorMap;
        description?: string;
        left: T;
        right: U;
        typeName: ZodIntersection;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    left: T
    right: U
    typeName: ZodIntersection