Interface UnchangedDocumentDiagnosticReport

interface UnchangedDocumentDiagnosticReport {
    kind: unChanged;
    resultId: string;
}

Hierarchy (View Summary)

Properties

Properties

kind: unChanged
resultId: string