Interface UnionResult

    A type union.

    interface UnionResult {
        elements: RootResult[];
        type: "JsdocTypeUnion";
    }

    Properties

    Properties

    elements: RootResult[]
    type