feat: add benefit translations and remove unused JSON
This commit is contained in:
@@ -28,7 +28,7 @@ export type CardsGridProps = Pick<CardsGrid, "cards_grid">
|
||||
|
||||
export type Content = { content: RteBlockContent["content"]["content"] }
|
||||
|
||||
type Benefit = { title: string; description: string }
|
||||
type Benefit = { title: string }
|
||||
|
||||
type OverviewTableTitleTranslation = {
|
||||
text: string
|
||||
@@ -44,7 +44,6 @@ export type Level = {
|
||||
name: string
|
||||
requiredPoints: number
|
||||
requiredNights?: number
|
||||
icon: string
|
||||
benefits: Benefit[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user