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 4624236 commit c7d7675Copy full SHA for c7d7675
packages/core/src/models/Event.ts
@@ -31,7 +31,7 @@ export interface Event {
31
data?: IData;
32
}
33
34
-export const enum KnownEventDataKeys {
+export enum KnownEventDataKeys {
35
Error = "@error",
36
SimpleError = "@simple_error",
37
RequestInfo = "@request",
0 commit comments