5 lines
104 B
TypeScript
Executable file
5 lines
104 B
TypeScript
Executable file
interface ConstructedStats {
|
|
warnings: boolean;
|
|
errors: boolean;
|
|
}
|
|
export { ConstructedStats };
|