@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
8 lines • 311 B
TypeScript
import { RefreshConnectionsCommand } from "./refresh-connections";
export default class TriggerCatalogSync extends RefreshConnectionsCommand {
static args: {};
static description: string;
static examples: string[];
runCommand(): Promise<any>;
}
//# sourceMappingURL=trigger-catalog-sync.d.ts.map