mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 20:16:06 -04:00
feat: export the events type
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ export type Session = { _id: string; token: string; user_id: string } | string;
|
||||
/**
|
||||
* Events provided by the client
|
||||
*/
|
||||
type Events = {
|
||||
export type Events = {
|
||||
error(error: Error): void;
|
||||
|
||||
connected(): void;
|
||||
|
||||
Reference in New Issue
Block a user