We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ce5da commit 613e2f4Copy full SHA for 613e2f4
packages/types/src/index.ts
@@ -29,7 +29,7 @@ export type { Event, EventHint } from './event';
29
export type { EventProcessor } from './eventprocessor';
30
export type { Exception } from './exception';
31
export type { Extra, Extras } from './extra';
32
-import './globals';
+export type {} from './globals';
33
export type { Hub } from './hub';
34
export type { Integration, IntegrationClass } from './integration';
35
export type { Mechanism } from './mechanism';
0 commit comments