Skip to content

Commit c73a4da

Browse files
committed
Adds MQTTServerTransport to TransportNames type
1 parent b333dca commit c73a4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transports/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import HTTPTransport, { HTTPServerTransportOptions } from "./http";
33
import HTTPSTransport, { HTTPSServerTransportOptions } from "./https";
44
import IPCTransport, { IPCServerTransportOptions } from "./ipc";
55

6-
export type TransportNames = "IPCTransport" | "HTTPTransport" | "HTTPSTransport" | "WebSocketTransport";
6+
export type TransportNames = "IPCTransport" | "HTTPTransport" | "HTTPSTransport" | "WebSocketTransport" | "MQTTServerTransport";
77

88
export type TransportClasses = WebSocketTransport |
99
HTTPTransport |

0 commit comments

Comments
 (0)