@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
9 lines • 364 B
TypeScript
import { RefreshConnectionsCommand } from "./refresh-connections";
export default class GenerateFixture extends RefreshConnectionsCommand {
static args: {};
static description: string;
static examples: string[];
runCommand(): Promise<any>;
getFixturePath(type: string, filename: string): string;
}
//# sourceMappingURL=generate-fixture.d.ts.map