smartlegal/ts/mod.licensechecker/interfaces.ts
2021-05-17 15:45:46 +00:00

9 lines
181 B
TypeScript

export interface IModuleLicenseResult {
moduleName: string;
license: string;
repository: string;
publisher: string;
email: string;
path: string;
licenseFile: string;
}