@forge/sql

3.0.26-experimental-04cc2b93.0.27-next.0
out/sql.d.ts
~out/sql.d.tsModified
+1−1
Index: package/out/sql.d.ts
===================================================================
--- package/out/sql.d.ts
+++ package/out/sql.d.ts
@@ -3,9 +3,9 @@
 export declare const SQL_API_ENDPOINTS: {
     readonly EXECUTE: "/api/v1/execute";
     readonly EXECUTE_DDL: "/api/v1/execute/ddl";
 };
-type SqlAPIEndPoints = (typeof SQL_API_ENDPOINTS)[keyof typeof SQL_API_ENDPOINTS];
+declare type SqlAPIEndPoints = (typeof SQL_API_ENDPOINTS)[keyof typeof SQL_API_ENDPOINTS];
 export declare class SqlClient {
     private sendRequest;
     private storageApi;
     private storageApiWithOptions;