WebSocketInput
type WebSocketInput<T extends WebSocketDescriptor> = unknownThe CONNECT-time typed input every WS handler’s scope.input carries (stable for the connection’s
life): the upgrade path params and query. Mirrors the HTTP scope.input shape.
Learn: Contracts