Skip to content

Commit

Permalink
Addressed commments
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert committed Nov 25, 2024
1 parent 37d598e commit b8d43a9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/global.type.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { createSourceFile } from "typescript";

export interface JRTestfailure {
text: string;
}
Expand Down Expand Up @@ -49,7 +51,13 @@ export interface JRCase {
name: string;
suite: string;
duration: number;
statis: string;
state: string;
jahia: string;
module: string;
caseTotal: number;
caseSuccess: number;
caseFailure: number;
createdAt: string;
}

export interface ZenCrepesDependency {
Expand Down

0 comments on commit b8d43a9

Please sign in to comment.