Membrane React - v0.6.0
    Preparing search index...

    Interface $ZodIntersection<A, B>

    interface $ZodIntersection<
        A extends SomeType = $ZodType,
        B extends SomeType = $ZodType,
    > {
        "~standard": $ZodStandardSchema<$ZodIntersection<A, B>>;
        _zod: $ZodIntersectionInternals<A, B>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties