UNPKG

@sap/generator-base-mta-module

Version:

Generator for collecting user inputs on multitarget application module

6 lines (5 loc) 525 B
import { Prompts } from "@sap-devx/yeoman-ui-types/out/src/Prompts"; export declare const validateMtaPath: (mtaFilePath: string) => Promise<string | boolean>; export declare const validateTargetFolderPath: (folderPath: string) => (string | boolean); export declare const validateModuleName: (name: string, mtaFolderPath: string, targetFolderPath: string, defModuleName: string | undefined) => Promise<string | boolean>; export declare const setupPromptsSteps: (parentPrompts: Prompts, parentPromptsQuantity: number) => void;