interface AffectedVersionRange {
    range: string;
    status?: AffectStatus;
}

Properties

Properties

range: string
status?: AffectStatus