From 1290ad2a44eaacfd2d2b2aa0937ac8a45abb73cd Mon Sep 17 00:00:00 2001 From: Tal Elishoov Date: Mon, 12 Aug 2024 18:13:08 +0300 Subject: [PATCH] feat: added new interface to index.ts --- lib/interfaces/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/interfaces/index.ts b/lib/interfaces/index.ts index a054e8bb..c498d105 100644 --- a/lib/interfaces/index.ts +++ b/lib/interfaces/index.ts @@ -1,2 +1,3 @@ export * from './event-emitter-options.interface'; export * from './on-event-options.interface'; +export * from './event-request-object.interface';