@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
11 lines • 335 B
TypeScript
import type { Adaptor } from './types';
export interface SapSystemInput {
type?: string;
systemName?: string;
}
export declare const adaptorTypeSapSystem = "SAP_SYSTEMS_DATA";
/**
* Provides an adaptor to launch from SAP Systems view
*/
export declare const SapSystemAdaptor: Adaptor;
//# sourceMappingURL=sap-system.d.ts.map