/// export class MergeResult { numChangedRows; constructor(numChangedRows) { this.numChangedRows = numChangedRows; } }