@flowscripter/dynamic-cli-framework-api
    Preparing search index...

    Interface PrompterService

    interface PrompterService {
        promptEnabled: boolean;
        prompt(prompt: Prompt): Promise<PromptResult>;
        promptAll(prompts: readonly Prompt[]): Promise<readonly PromptResult[]>;
    }
    Index
    promptEnabled: boolean