Skip to content

Commit

Permalink
archived not required
Browse files Browse the repository at this point in the history
  • Loading branch information
karla-vm committed Nov 3, 2023
1 parent 0e59997 commit fb746f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app-api/utils/types/reports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export interface ModalOverlayReportPageVerbiage extends ReportPageVerbiage {
// REPORT METADATA

export interface ReportMetadata {
archived: boolean;
reportType: string;
submittedBy?: string;
createdAt: number;
Expand All @@ -137,6 +136,7 @@ export interface ReportMetadata {
previousRevisions: string[];
submissionCount: number;
locked: boolean;
archived?: boolean;
}

export interface MLRReportMetadata extends ReportMetadata {
Expand Down

0 comments on commit fb746f7

Please sign in to comment.