refactor(LOY-48): update date property names in tracking data across contentstack queries

This commit is contained in:
Chuma McPhoy
2024-12-30 19:31:50 +01:00
parent 1f516c7c20
commit f2e29ae049
5 changed files with 10 additions and 10 deletions

View File

@@ -12,8 +12,8 @@ export type TrackingChannel = keyof typeof TrackingChannelEnum
export type TrackingSDKPageData = {
pageId: string
createdDate?: string
publishedDate?: string
createDate?: string
publishDate?: string
domainLanguage: Lang
pageType: string
channel: TrackingChannel