Skip to content

Commit

Permalink
feat: export the events type
Browse files Browse the repository at this point in the history
  • Loading branch information
net-tech authored and insertish committed Feb 7, 2024
1 parent 6eb6ddb commit 6007fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6007fb5

Please sign in to comment.