@traversable/schema
    Preparing search index...

    Interface Intersect<S>

    interface Intersect<S> {
        "[Kind]": "Intersect";
        allOf: S[];
    }

    Type Parameters

    • S
    Index

    Properties

    Properties

    "[Kind]": "Intersect"
    allOf: S[]