node-ovsdb
    Preparing search index...

    Type Alias TableUpdates2<TDatabase>

    TableUpdates2: Partial<
        { [TTable in TableName<TDatabase>]: TableUpdate2<TDatabase, TTable> },
    > & Record<string, TableUpdate2>

    Multi-table update payload returned by conditional monitor extensions.

    Type Parameters