PersistentAI API Documentation / @persistent-ai/fireflow-trpc / client / TRPCClientHandle
Interface: TRPCClientHandle
Defined in: packages/fireflow-trpc/client/trpc.ts:146
Handle returned by createTRPCClientWithHandle. Provides both the tRPC client and a close() method to shut down the underlying WebSocket.
Properties
client
client:
TRPCClient
Defined in: packages/fireflow-trpc/client/trpc.ts:147
close()
close: () =>
void
Defined in: packages/fireflow-trpc/client/trpc.ts:149
Close the underlying WebSocket connection.
Returns
void