smartlegal/ts/mod.licensechecker/interfaces.ts

9 lines
181 B
TypeScript
Raw Normal View History

2021-05-17 15:45:46 +00:00
export interface IModuleLicenseResult {
moduleName: string;
license: string;
repository: string;
publisher: string;
email: string;
path: string;
licenseFile: string;
}