@traversable/schema
    Preparing search index...

    Interface Intersection<S>

    interface Intersection<S = unknown> {
        _zod: { def: { left: S; right: S; type: "intersection" } };
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    _zod: { def: { left: S; right: S; type: "intersection" } }