A lightweight JSON RPC client & server
Home > async-call-rpc > Responses
A response object or an array of response objects.
Signature:
export type Responses = Response | readonly Response[];
References: Response