Skip to content

Commit

Permalink
Remove ReportContent type
Browse files Browse the repository at this point in the history
  • Loading branch information
gateixeira committed Dec 30, 2022
1 parent e068e7a commit 06eb2c0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/common/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,3 @@ export interface ReportType {
name: string;
}[];
}

export interface ReportContent {
name: string;
heading: string;
list: string[];
tableHeaders: string[];
tableBody: unknown[];
}

0 comments on commit 06eb2c0

Please sign in to comment.