Skip to content

Commit 3ad688b

Browse files
committed
export BaseUserTraits
1 parent c0d58e3 commit 3ad688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)