Icard/angular-clarity-master(work.../node_modules/license-webpack-plugin/dist/LicenseIdentifiedModule.d.ts

9 lines
264 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
import { Module } from './Module';
import { PackageJson } from './PackageJson';
interface LicenseIdentifiedModule extends Module {
packageJson?: PackageJson;
licenseId?: string | null;
licenseText?: string | null;
}
export { LicenseIdentifiedModule };