UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

8 lines 320 B
import { TemplateFramework } from "../../flow/types.js"; export declare function promptTemplateDestination(input: { defaultDestinationPath?: string; error: (message: string) => never; framework: TemplateFramework; log: (message: string) => void; }): Promise<string>; //# sourceMappingURL=prompts.d.ts.map