UNPKG

@constructor-io/constructorio-connect-cli

Version:

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

7 lines 357 B
import { type TemplatePath, type Connection } from "../types"; /** * Returns all connections that are associated with a template by checking * the config file. */ export declare function filterConnectionsByTemplate(templatePath: TemplatePath, connections: Connection[]): Promise<Connection[]>; //# sourceMappingURL=filter-connections-by-template.d.ts.map