WebSocketIncoming
type WebSocketIncoming<T extends WebSocketDescriptor> = conditionalThe inbound message type a descriptor produces: the validated value when incoming is declared,
otherwise a FlareWebSocketMessage (the rich wrapper - inspect .text()/.json()/.isBinary).
Learn: Contracts