Skip to content

Commit c7d7675

Browse files
committed
Fixed a compiler error with isolated modules.
1 parent 4624236 commit c7d7675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/models/Event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface Event {
3131
data?: IData;
3232
}
3333

34-
export const enum KnownEventDataKeys {
34+
export enum KnownEventDataKeys {
3535
Error = "@error",
3636
SimpleError = "@simple_error",
3737
RequestInfo = "@request",

0 commit comments

Comments
 (0)