We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9f552 commit 9c6e41cCopy full SHA for 9c6e41c
1 file changed
lib/index.d.ts
@@ -1,4 +1,4 @@
1
-type Recipient = "NET_SERVER" | Player | [Player];
+type Recipient = "NET_SERVER" | Player | Player[];
2
3
declare class Connection {
4
public readonly connected: boolean;
0 commit comments