npm package diff

Package: @forge/sql

Versions: 2.1.0 - 2.2.0-next.0

File: package/out/index.d.ts

Index: package/out/index.d.ts
===================================================================
--- package/out/index.d.ts
+++ package/out/index.d.ts
@@ -1,6 +1,8 @@
 import { sql } from './sql';
 import { errorCodes } from './errorCodes';
 import { migrationRunner } from './migration';
+import type { Result, UpdateQueryResponse } from './utils/types';
+export type { Result, UpdateQueryResponse };
 export { errorCodes, migrationRunner, sql };
 export default sql;
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file