rmapi-js
    Preparing search index...

    Interface SyncEvent

    a sync notification pushed over the notification socket

    Events carry a little more, but nothing worth depending on, so the rest is passed through untyped rather than validated.

    interface SyncEvent {
        attributes: SyncEventAttributes;
        messageid?: string;
    }
    Index

    what happened

    messageid?: string

    the id of this notification