Skip to content

Commit 93e7fbe

Browse files
committed
Revert "add to browser and node"
This reverts commit c773641.
1 parent c773641 commit 93e7fbe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ import {
1111
JSONObject,
1212
GroupTraits,
1313
UserTraits,
14-
BaseUserTraits,
1514
Traits,
1615
} from '@segment/analytics-core'
1716

1817
export interface Options extends CoreOptions {}
1918

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

2221
export type EventProperties = Record<string, any>
2322

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import type {
22
GroupTraits,
3-
BaseUserTraits,
43
UserTraits,
54
CoreExtraContext,
65
EventProperties,
76
IntegrationsOptions,
87
Timestamp,
98
} from '@segment/analytics-core'
109

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

1312
/**
1413
* A dictionary of extra context to attach to the call.

0 commit comments

Comments
 (0)