chore: move type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user