Type Alias ServerRequests<T>

ServerRequests: { readonly [key in T]: IServerRequestHandler<key> }

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

Type Parameters