UNPKG
@sap/modules-exploration
Version:
latest (1.6.10)
1.6.10
1.6.8
1.6.7
1.6.3
1.6.2
1.6.1
1.6.0
SAP Modules Exploration
@sap/modules-exploration
/
dist
/
IModuleInfo.d.ts
13 lines
(12 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Defines the metadata of a modules to be explored */ export interface IModuleInfo { type: string; name: string; path: string; entryPoint?: {
class
:
string
;
method
:
string
; }; }