Interface IntersectionResult

    An intersection type.

    interface IntersectionResult {
        elements: RootResult[];
        type: "JsdocTypeIntersection";
    }

    Properties

    Properties

    elements: RootResult[]
    type