refactor(LOY-48): update date property names in tracking data across contentstack queries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user