UNPKG

104 BTypeScriptView Raw
1interface ConstructedStats {
2 warnings: boolean;
3 errors: boolean;
4}
5export { ConstructedStats };