@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
9 lines • 468 B
TypeScript
import { type ConnectionConfigDict } from "../types";
/**
* Checks if the connections in the config file are updated
* @param oldConnections
* @param newConnections
* @returns true if the two connections are equal (ie: connections in the config file are updated)
*/
export declare function shouldUpdateConnectionList(oldConnections: ConnectionConfigDict, newConnections: ConnectionConfigDict): boolean;
//# sourceMappingURL=should-update-connections-list.d.ts.map