UNPKG

esi-cap

Version:

Enterprise System Integration Based on SAP CAP

6 lines (5 loc) 442 B
export namespace impl { function DBService(oService: any, oEvent: any): Promise<void>; function LocalService(oService: any, sServiceName: any, oEvent?: {}, oLocalEntities?: string, oRemoteEvent?: {}, oRemoteEntities?: any, oRemoteHandlers?: any, bRefreshUserContext?: boolean): Promise<void>; function RemoteService(oService: any, oEvent?: {}, oEntities?: string, oHandlers?: any, bRefreshUserContext?: boolean): Promise<void>; }