chore: move type
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
export type WindowWithDataLayer = Window & {
|
||||
datalayer: { [key: string]: any }
|
||||
}
|
||||
|
||||
export type TrackingProps = {
|
||||
pageData: {
|
||||
pageId: string
|
||||
|
||||
Reference in New Issue
Block a user