Updates
This commit is contained in:
Vendored
+9
@@ -2108,4 +2108,13 @@ export type DsqlConnectionParam = {
|
||||
*/
|
||||
config?: ConnectionConfig;
|
||||
};
|
||||
export type APIConnectionOptions = {
|
||||
scheme?: "http" | "https";
|
||||
apiKey?: string;
|
||||
host?: string;
|
||||
localhostPort?: number;
|
||||
remoteHost?: string;
|
||||
remoteHostPort?: number;
|
||||
isLocalhost?: boolean;
|
||||
};
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user