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

Properties

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