interface RLicenseInfo {
    license: string;
    type: "license";
    versionConstraint?: Range;
}

Properties

license: string
type: "license"
versionConstraint?: Range