9 lines
181 B
TypeScript
9 lines
181 B
TypeScript
export interface IModuleLicenseResult {
|
|
moduleName: string;
|
|
license: string;
|
|
repository: string;
|
|
publisher: string;
|
|
email: string;
|
|
path: string;
|
|
licenseFile: string;
|
|
} |