export interface RowDataTransaction {
    /** deprecated */ addIndex?: number;
    add?: any[];
    remove?: any[];
    update?: any[];
}
