UNPKG

@constructor-io/constructorio-connect-cli

Version:

CLI tool to enable users to interface with the Constructor Connect Ecosystem

6 lines 264 B
import { type Connection } from "../types"; export declare function getConnections({ showLogs, }: GetConnectionsOptions): Promise<Connection[]>; export interface GetConnectionsOptions { showLogs: boolean; } //# sourceMappingURL=get-connections-request.d.ts.map