MyRepo-Ums/node_modules/license-webpack-plugin/dist/ConstructedStats.d.ts
2024-01-19 11:09:11 +01:00

6 lines
104 B
TypeScript

interface ConstructedStats {
warnings: boolean;
errors: boolean;
}
export { ConstructedStats };