Skip to content

Commit 5b6bdd9

Browse files
authored
Expose BaseUserTraits (#1306)
1 parent 5ae083f commit 5b6bdd9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/metal-beds-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@segment/analytics-core': patch
3+
---
4+
5+
expose BaseUserTraits

packages/core/src/events/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ type BaseGroupTraits = DeepNullable<{
362362
* This interface represents reserved traits that Segment has standardized.
363363
* @link https://segment.com/docs/connections/spec/identify/#traits
364364
*/
365-
type BaseUserTraits = DeepNullable<{
365+
export type BaseUserTraits = DeepNullable<{
366366
/**
367367
* Unique ID in your database for a user
368368
*/

0 commit comments

Comments
 (0)