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

10 lines
182 B
TypeScript

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