fix(server): expose id property on ServerConnection type (#372)
This commit is contained in:
7
.changeset/fix-server-connection-id-type.md
Normal file
7
.changeset/fix-server-connection-id-type.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@esengine/server": patch
|
||||
---
|
||||
|
||||
fix: expose `id` property on ServerConnection type
|
||||
|
||||
TypeScript was not properly resolving the inherited `id` property from the base `Connection` interface in some module resolution scenarios. This fix explicitly declares the `id` property on `ServerConnection` to ensure it's always visible to consumers.
|
||||
Reference in New Issue
Block a user