@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface DiagnosticRelatedInformation

    interface DiagnosticRelatedInformation {
        category: tsc.DiagnosticCategory;
        code: number;
        file: tsc.SourceFile | undefined;
        length: number | undefined;
        messageText: string | tsc.DiagnosticMessageChain;
        start: number | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: number
    file: tsc.SourceFile | undefined
    length: number | undefined
    messageText: string | tsc.DiagnosticMessageChain
    start: number | undefined