UNPKG

@constructor-io/constructorio-connect-cli

Version:

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

9 lines 372 B
import { RefreshConnectionsCommand } from "./refresh-connections-command"; 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