Skip to content

Type Alias: ServerToClientMessage

ServerToClientMessage = { args?: unknown; callId: string; name: string; ns: string; type: "call"; v: 1; } | { hash: string; ns: string; type: "registered"; v: 1; }

Defined in: packages/aiui-claude-channel/src/page-tools.ts:95

A message the server sends down a page connection.