Skip to content

Commit 1ac8b93

Browse files
committed
created events file
1 parent ad0ca64 commit 1ac8b93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/utils/events.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* ! This file is used to specify error event types for crashltytics.
3+
*/
4+
export const INITIATE_TENANT_CONFIGS = "initiate_tenant_configs";
5+
export const GET_USERS_ONLINE_INFO = "get_users_online_info";
6+
export const GET_ROOMS_READ_TOKEN = "get_rooms_read_token";
7+
export const INITIALIZE_SOCKET_CONNECT = "initialize_socket_connect";

0 commit comments

Comments
 (0)