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

    Event message for DiagnosticEventKind event types. These events provide syntactic and semantic errors for a file.

    interface DiagnosticEvent {
        body?: DiagnosticEventBody;
        event: DiagnosticEventKind;
        seq: number;
        type: "event";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Event-specific information

    Name of event

    seq: number

    Sequence number of the message

    type: "event"

    One of "request", "response", or "event"