Skip to content
Snippets Groups Projects
Commit fc0c547b authored by michael.minelli's avatar michael.minelli
Browse files

Add ExerciceResultsFile type

parent a026c4af
No related branches found
No related tags found
No related merge requests found
interface ExerciceResultsFile {
success: boolean;
successfulTests?: number;
failedTests?: number;
successfulTestsList?: Array<string>;
failedTestsList?: Array<string>;
}
export default ExerciceResultsFile;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment