WIP: map CMS data to Tracking
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user