Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Przodała authored and Mariusz Przodała committed Oct 25, 2023
1 parent 93972a5 commit 6137267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export interface EventrixI {
stateScope?: string;
eventScope?: string;
persistStoreLoadPromise?: Promise<void>;
onError(errorCallback: ErrorCallback): void;
}

export interface EmitArgumentsI<EventDataI> {
Expand Down

0 comments on commit 6137267

Please sign in to comment.