rowDataTransaction.d.ts 138 B

123456
  1. export interface RowDataTransaction {
  2. /** deprecated */ addIndex?: number;
  3. add?: any[];
  4. remove?: any[];
  5. update?: any[];
  6. }