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

    Server-initiated event message

    interface Event {
        body?: any;
        event: string;
        seq: number;
        type: "event";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    body?: any

    Event-specific information

    event: string

    Name of event

    seq: number

    Sequence number of the message

    type: "event"

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