async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > Responses

Responses type

A response object or an array of response objects.

Signature:

export type Responses = Response | readonly Response[];

References: Response