UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

6 lines 331 B
import { SetupContext } from "./flow/types.js"; export declare function promptConfirmation(messageText: string, options?: { defaultValue?: boolean; }): Promise<boolean>; export declare function resolvePromptText(preset: SetupContext["selectedPromptPreset"], customPrompt?: string): string; //# sourceMappingURL=prompts.d.ts.map