NET-Web-API-w-Angular/my-app/node_modules/license-webpack-plugin/dist/LicenseIdentifiedModule.d.ts

9 lines
264 B
TypeScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
import { Module } from './Module';
import { PackageJson } from './PackageJson';
interface LicenseIdentifiedModule extends Module {
packageJson?: PackageJson;
licenseId?: string | null;
licenseText?: string | null;
}
export { LicenseIdentifiedModule };