UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

11 lines 494 B
import type { Floorplan } from '@sap-ux/fiori-app-sub-generator'; import type { ServiceConnectivityData } from '@sap/service-provider-apis'; import type { Adaptor } from './types'; export interface ServiceCenterStoryboardInput { serviceConnectivityData: ServiceConnectivityData; excludeFloorplans?: Floorplan[]; targetPath?: string; projectName?: string; } export declare const ServiceCenterStoryboardAdaptor: Adaptor; //# sourceMappingURL=bas-service-center-storyboard.d.ts.map