UNPKG

@constructor-io/constructorio-connect-cli

Version:

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

6 lines 247 B
import { type PromptChoices } from "../types"; /** * Get a prompt-ready list of template files in the user repository */ export declare function getTemplateFiles(): Promise<PromptChoices<string>>; //# sourceMappingURL=get-template-files.d.ts.map