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

    Interface ZodIntersectionDef<T, U>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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