ConstructedStats.d.ts 104 B

12345
  1. interface ConstructedStats {
  2. warnings: boolean;
  3. errors: boolean;
  4. }
  5. export { ConstructedStats };