Interface ExpectDiagnosticRangeOptions

interface ExpectDiagnosticRangeOptions {
    range: Range;
}

Properties

Properties

range: Range