Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nsylwa committed Oct 9, 2023
1 parent 8d5e51c commit 2f886d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/summary/summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type SummaryByDestination = Map<string, SummaryData>
type SummaryByType = Map<string, Summary>
type SummaryByLocation = Map<string, SummaryByType>


export interface Summary {
recieved: SummaryByDestination,
created: SummaryByDestination,
Expand Down

0 comments on commit 2f886d7

Please sign in to comment.