@traversable/schema
    Preparing search index...
    interface Intersect<S> {
        "[Kind]": "Intersect";
        allOf: S[];
    }

    Type Parameters

    • S
    Index

    Properties

    Properties

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