5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export declare class MergeResult {
|
|
readonly numChangedRows: bigint | undefined;
|
|
constructor(numChangedRows: bigint | undefined);
|
|
}
|