npm package diff

Package: @forge/sql

Versions: 2.1.0 - 2.2.0-next.0

File: package/out/utils/response-handler.d.ts

Index: package/out/utils/response-handler.d.ts
===================================================================
--- package/out/utils/response-handler.d.ts
+++ package/out/utils/response-handler.d.ts
@@ -15,6 +15,6 @@
     readonly migrationName: string;
     readonly migrationsYetToRun: string[];
     constructor(migrationName: string, migrationsYetToRun: string[]);
 }
-export declare function getResponseBody(response: Response): Promise<Result>;
+export declare function getResponseBody<DataType>(response: Response): Promise<Result<DataType>>;
 //# sourceMappingURL=response-handler.d.ts.map
\ No newline at end of file