chore: move type

This commit is contained in:
Arvid Norlin
2024-05-22 14:20:55 +02:00
parent e565c65a31
commit da06311d34
3 changed files with 10 additions and 8 deletions

View File

@@ -23,6 +23,13 @@ export type Content = { content: RteBlockContent["content"]["content"] }
type Benefit = { title: string; description: string }
type OverviewTableTitleTranslation = {
text: string
highlight: boolean
}
export type OverviewTableTitleProps = { texts: OverviewTableTitleTranslation[] }
export type Level = {
tier: number
name: string