Type Alias ClientRequests<T>

ClientRequests: { readonly [key in T]: IClientRequestHandler<key> }

Type of client request handlers, it is a map between the client request name and the associated handler.

Type Parameters