feat(events): refactored interfaces in separate file

This commit is contained in:
Caius Citiriga
2023-11-16 16:57:31 +01:00
parent a93b45a6b2
commit e7bd4e52b3
3 changed files with 70 additions and 59 deletions

View File

@@ -3,3 +3,4 @@ export * from './request';
export * from './shared';
export * from './v5-shared';
export * from './websockets';
export * from './websocket.events';