UNPKG

@constructor-io/constructorio-connect-cli

Version:

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

6 lines 280 B
import { type PromptChoices, type TemplatePath } from "../types"; /** * @returns The CLEANED fixtures paths as prompt choices */ export declare function getCandidateFixtures(templatePath: TemplatePath): PromptChoices<string>; //# sourceMappingURL=get-candidate-fixtures.d.ts.map