@servicenow/sdk - v4.4.1
    Preparing search index...
    interface ConfigFileDiagnosticEventBody {
        configFile: string;
        diagnostics: DiagnosticWithFileName[];
        triggerFile: string;
    }
    Index

    Properties

    configFile: string

    The name of the found config file.

    diagnostics: DiagnosticWithFileName[]

    An arry of diagnostic information items for the found config file.

    triggerFile: string

    The file which trigged the searching and error-checking of the config file