UNPKG

properties-gen

Version:

CLI to generate environment properties based on config

17 lines (16 loc) 366 B
import { InitialGroupOptions } from '../enums/index'; export declare const promptOptions: { type: string; name: string; message: string; choices: { title: string; value: InitialGroupOptions; }[]; }[]; export declare const confirmOverwritePrompt: { type: string; name: string; message: string; initial: boolean; };