Files
cht-lawfirm/front/app/node_modules/license-webpack-plugin/dist/ConstructedStats.d.ts
2023-01-16 17:49:38 +01:00

6 lines
104 B
TypeScript

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