node-ovsdb
    Preparing search index...

    Type Alias Update3Notification<TDatabase>

    Update3Notification: OvsdbNotificationBase<
        "update3",
        [JsonValue, TableUpdates2<TDatabase>, string | null],
    >

    Open vSwitch update3 notification payload.

    Type Parameters