-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix UserTraits type in analytics
This fixes the `UserTraits` type in analytics to allow the user to specify properties that lives in either one of the types that compose the union. For example, `countryCode` only exists in `User` type but I cannot create a new variable typed `UserTraits` that contains the `countryCode` property with the current type. This change will allow that
- Loading branch information
1 parent
ae91f5d
commit aae0757
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters