aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 8edb9ce5e..2197fbfc3 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -276,7 +276,7 @@ export interface Artifact {
networks: {[networkId: number]: any};
}
-export interface ZeroExEvent {
+export interface EventEmitter {
watch: (eventCallback: EventCallback) => void;
stopWatchingAsync: () => Promise<void>;
}