@forge/sql
2.2.02.2.1-next.0
out/index.d.tsout/index.d.ts+2−2
Index: package/out/index.d.ts
===================================================================
--- package/out/index.d.ts
+++ package/out/index.d.ts
@@ -1,9 +1,9 @@
import { sql } from './sql';
import { errorCodes } from './errorCodes';
-import { ForgeError, ForgeSQLAPIUnknownError, ForgeSQLAPIError } from './errors';
+import { ForgeError, ForgeSQLAPIError } from './errors';
import { migrationRunner } from './migration';
import type { Result, UpdateQueryResponse } from './utils/types';
export type { Result, UpdateQueryResponse };
-export { errorCodes, migrationRunner, sql, ForgeError, ForgeSQLAPIUnknownError, ForgeSQLAPIError };
+export { errorCodes, migrationRunner, sql, ForgeError, ForgeSQLAPIError };
export default sql;
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file