node-ovsdb
    Preparing search index...

    Type Alias TableUpdates<TDatabase>

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

    Multi-table update payload returned by RFC 7047 monitor.

    Type Parameters