UNPKG

@sap/adp-abap

Version:

abap service for all yeoman generators

10 lines (9 loc) 164 B
export interface SapModel { type: string; uri: string; settings?: SapModelSettings; } interface SapModelSettings { bundleName: string; } export {};