npm package diff

Package: @forge/sql

Versions: 2.2.0-next.2 - 2.2.0-next.3

File: package/out/utils/error-handling.d.ts

Index: package/out/utils/error-handling.d.ts
===================================================================
--- package/out/utils/error-handling.d.ts
+++ package/out/utils/error-handling.d.ts
@@ -0,0 +1,5 @@
+import { APIResponse } from '@forge/api';
+import { ForgeError } from '../errors';
+export declare function isForgeError(body: unknown): body is ForgeError;
+export declare function checkResponseError(response: APIResponse, message?: string): Promise<void>;
+//# sourceMappingURL=error-handling.d.ts.map
\ No newline at end of file