node-ovsdb
    Preparing search index...

    Type Alias TableUpdate<TDatabase, TTable>

    TableUpdate: Record<string, RowUpdate<TableRow<TDatabase, TTable>>>

    Table update payload used by RFC 7047 monitor notifications.

    Type Parameters