We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93902d6 commit 1e7a426Copy full SHA for 1e7a426
packages/types/src/hub.ts
@@ -3,7 +3,7 @@ import { Client } from './client';
3
import { Event, EventHint } from './event';
4
import { Integration, IntegrationClass } from './integration';
5
import { Scope } from './scope';
6
-import { Severity } from './Severity';
+import { Severity } from './severity';
7
8
export interface Hub {
9
/**
0 commit comments