Files
Botexercito/Frontend/angular-internal-chat/node_modules/license-webpack-plugin/dist/ConstructedStats.d.ts
T
2026-03-22 18:07:19 +00:00

6 lines
104 B
TypeScript

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