@servicenow/sdk - v4.4.1
    Preparing search index...
    interface Diagnostic {
        category: tsc.DiagnosticCategory;
        code: number;
        file: tsc.SourceFile | undefined;
        length: number | undefined;
        messageText: string | tsc.DiagnosticMessageChain;
        relatedInformation?: tsc.DiagnosticRelatedInformation[];
        reportsDeprecated?: {};
        reportsUnnecessary?: {};
        source?: string;
        start: number | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: number
    file: tsc.SourceFile | undefined
    length: number | undefined
    messageText: string | tsc.DiagnosticMessageChain
    relatedInformation?: tsc.DiagnosticRelatedInformation[]
    reportsDeprecated?: {}
    reportsUnnecessary?: {}

    May store more in future. For now, this will simply be true to indicate when a diagnostic is an unused-identifier diagnostic.

    source?: string
    start: number | undefined