Are you an LLM? You can read better optimized documentation at /documentation/api/core/interfaces/WebsocketDataType.md for this page in Markdown format
ws-asyncapi API / core / WebsocketDataType
Interface: WebsocketDataType
Defined in: .api-entries/core/index.d.ts:6
Properties
client
client:
Record<string,any>
Defined in: .api-entries/core/index.d.ts:7
server
server:
Record<string,any>
Defined in: .api-entries/core/index.d.ts:8
serverRpc?
optionalserverRpc?:Record<string, {input:any;output:any; }>
Defined in: .api-entries/core/index.d.ts:10
server→client (acknowledged) RPCs: { input; output } per name