@forge/sql
3.0.263.0.26-experimental-04cc2b9
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";
};
-declare type SqlAPIEndPoints = (typeof SQL_API_ENDPOINTS)[keyof typeof SQL_API_ENDPOINTS];
+type SqlAPIEndPoints = (typeof SQL_API_ENDPOINTS)[keyof typeof SQL_API_ENDPOINTS];
export declare class SqlClient {
private sendRequest;
private storageApi;
private storageApiWithOptions;