node-ovsdb
    Preparing search index...

    Type Alias UpdateNotification<TDatabase>

    UpdateNotification: OvsdbNotificationBase<
        "update",
        [JsonValue, TableUpdates<TDatabase>],
    >

    RFC 7047 update notification payload.

    Type Parameters