fix: add benefits block

This commit is contained in:
Christel Westerberg
2024-04-10 10:10:19 +02:00
parent 8ca4767806
commit c398309cdd
10 changed files with 183 additions and 32 deletions

View File

@@ -1,4 +1,3 @@
import type { Preamble } from "./preamble"
import type { AllRequestResponse } from "./utils/all"
import type { MyPageBlocksEnum, Typename } from "./utils/typename"
@@ -42,7 +41,7 @@ export type BenefitPage = {
content: Blocks[]
breadcrumbs: Breadcrumbs
code_defined_route: string
preamble: Preamble
preamble: string
system: {
created_at: string
uid: string