UNPKG

@sap/generator-adaptation-project

Version:

Adaptation project allows you to create an app variant for an existing SAP Fiori elements-based or SAPUI5 freestyle application, without changing the original application.

17 lines (16 loc) 571 B
import { Prompts } from "@sap-devx/yeoman-ui-types"; import AdaptationProjectGeneratorBase from "../common/generator/AdaptationProjectGeneratorBase"; declare class ChangeInbound extends AdaptationProjectGeneratorBase { setPromptsCallback: (fn: any) => void; prompts: Prompts; private answers; private projectData; private inboundID; constructor(args: string | string[], opts: any); initializing(): Promise<void>; prompting(): Promise<void>; private _setPrompts; writing(): Promise<void>; end(): void; } export = ChangeInbound;