@tikoci/centrs
    Preparing search index...

    Interface RouterOsVersionRange

    One contiguous supported window. min is inclusive; maxExclusive bounds a backport window (omit it for "this version and everything after").

    interface RouterOsVersionRange {
        maxExclusive?: string;
        min: string;
    }
    Index

    Properties

    Properties

    maxExclusive?: string
    min: string