fix(server-*): should not have source anymore

This commit is contained in:
Neko Ayaka
2026-01-11 03:44:02 +08:00
parent 164ecf5220
commit 0ba6e315ae
@@ -166,7 +166,7 @@ export interface WebSocketBaseEvent<T, D, S extends string = string> {
/**
* @deprecated Prefer metadata.source.
*/
source: WebSocketEventSource | S
source?: WebSocketEventSource | S
metadata?: {
source: MetadataEventSource
}