Skip to content

Commit c773641

Browse files
committed
add to browser and node
1 parent 3ad688b commit c773641

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/browser/src/core/events/interfaces.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ import {
1111
JSONObject,
1212
GroupTraits,
1313
UserTraits,
14+
BaseUserTraits,
1415
Traits,
1516
} from '@segment/analytics-core'
1617

1718
export interface Options extends CoreOptions {}
1819

19-
export type { GroupTraits, UserTraits, Traits }
20+
export type { GroupTraits, UserTraits, Traits, BaseUserTraits }
2021

2122
export type EventProperties = Record<string, any>
2223

packages/node/src/app/types/params.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import type {
22
GroupTraits,
3+
BaseUserTraits,
34
UserTraits,
45
CoreExtraContext,
56
EventProperties,
67
IntegrationsOptions,
78
Timestamp,
89
} from '@segment/analytics-core'
910

10-
export type { GroupTraits, UserTraits }
11+
export type { GroupTraits, UserTraits, BaseUserTraits }
1112

1213
/**
1314
* A dictionary of extra context to attach to the call.

0 commit comments

Comments
 (0)