refactor: make createComparison more generic
This commit is contained in:
@@ -72,10 +72,7 @@ export type LevelSummaryProps = {
|
||||
}
|
||||
|
||||
export type BenefitCardProps = {
|
||||
comparedValues: {
|
||||
a: BenefitValueInformation
|
||||
b: BenefitValueInformation
|
||||
}
|
||||
comparedValues: BenefitValueInformation[]
|
||||
title: string
|
||||
description: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user