WIP: map CMS data to Tracking

This commit is contained in:
Arvid Norlin
2024-02-13 15:53:26 +01:00
parent 5bd162da10
commit 5b3b47b568
3 changed files with 25 additions and 5 deletions

View File

@@ -48,6 +48,12 @@ export type BlockPage = {
preamble: Preamble
title: string
url: string
system: {
uid: string
content_type_uid: string // should this be locked down to the specific enum?
created_at: string
updated_at: string
}
}
export type GetCurrentBlockPageData = {