interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodIntersection<A, B>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties