blob: dd966cc79015aa137a030cb3ee10c5948c18970c [file] [log] [blame]
interface ConstructedStats {
warnings: boolean;
errors: boolean;
}
export { ConstructedStats };