Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoBertotti committed Aug 9, 2024
1 parent cd2809b commit edd4f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as WebSocket from "ws";
import { ServerOptions } from "ws";
import { SendMessageToClientAgainTask } from "./tasks/SendMessageToClientAgainTask";
import { environment } from "./environment";
import {
Expand Down Expand Up @@ -147,7 +146,7 @@ export interface IServerConfiguration<USER_ID> {
* The websocket configuration for {@link https://github.com/websockets/ws ws} (optional).
* Default: `{ port: 3000 }`.
* */
wsOptions?: ServerOptions;
wsOptions?: any;
}

//https://stackoverflow.com/a/8440736/4508758
Expand Down

0 comments on commit edd4f9a

Please sign in to comment.