chore(): refactor ws events into organised dir

This commit is contained in:
tiagosiebler
2024-12-18 14:32:42 +00:00
parent b897826634
commit d508655136
28 changed files with 46 additions and 45 deletions

View File

@@ -1,6 +1,5 @@
export * from './response';
export * from './request';
export * from './shared';
export * from './v5-shared';
export * from './shared-v5';
export * from './websockets';
export * from './websocket.events';