AnyFn: ((req) => Promise<UnaryResponse | StreamResponse>)

AnyFn represents the client-side invocation of an RPC. Interceptors can wrap this invocation, add request headers, and wrap parts of the request or response to inspect and log.

Type declaration

Generated using TypeDoc