Skip to content

Commit

Permalink
export common fields interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Sep 13, 2024
1 parent ddd8f03 commit 1b93a25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './Api/index.js'
export * from './FunnelStartedFields.js'
export * from './Pixel.js'
export * from './PurchaseFields.ts'
export * from './PurchaseFields.js'
export * from './Referrer.js'
export * from './TestStartedFields.js'
export * from './UniqueUserId.js'
Expand All @@ -11,3 +11,4 @@ export * from './UtmFields.js'
export * from './ViewContentFields.js'
export * from './XyLabsTrackingEventJson.js'
export * from './XyUserEventHandler.js'
export * from './CommonFields.js'

0 comments on commit 1b93a25

Please sign in to comment.