@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Interface RLicenseCombinationInfo

    interface RLicenseCombinationInfo {
        combination: "with" | "and" | "or";
        elements: [left: RLicenseElementInfo, right: RLicenseElementInfo];
        type: "combination";
    }
    Index

    Properties

    combination: "with" | "and" | "or"
    elements: [left: RLicenseElementInfo, right: RLicenseElementInfo]
    type: "combination"